ProjectPlan
Defined in: plan/logical-plan.ts:195
Select / project columns.
- Spark Connect: Relation.Project { child, expressions }
- Catalyst: Project(projectList: Seq[Expression], child: LogicalPlan)
Properties
Section titled “Properties”child: LogicalPlan;Defined in: plan/logical-plan.ts:197
expressions
Section titled “expressions”expressions: Expression[];Defined in: plan/logical-plan.ts:198
type: "project";Defined in: plan/logical-plan.ts:196