FilterPlan
Defined in: plan/logical-plan.ts:193
Filter rows by a predicate.
- Spark Connect: Relation.Filter { child, condition }
- Catalyst: Filter(condition: Expression, child: LogicalPlan)
Properties
Section titled “Properties”child: LogicalPlan;Defined in: plan/logical-plan.ts:195
condition
Section titled “condition”condition: Expression;Defined in: plan/logical-plan.ts:196
type: "filter";Defined in: plan/logical-plan.ts:194