WithColumnsPlan
Defined in: plan/logical-plan.ts:296
Add or replace columns.
- Spark Connect: Relation.WithColumns { child, aliases }
- Catalyst: Project with new named expressions
Properties
Section titled “Properties”aliases
Section titled “aliases”aliases: { expression: Expression; name: string;}[];Defined in: plan/logical-plan.ts:299
expression
Section titled “expression”expression: Expression;name: string;child: LogicalPlan;Defined in: plan/logical-plan.ts:298
type: "withColumns";Defined in: plan/logical-plan.ts:297