FilterPlan
Defined in: plan/logical-plan.ts:183
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:185
condition
Section titled “condition”condition: Expression;Defined in: plan/logical-plan.ts:186
type: "filter";Defined in: plan/logical-plan.ts:184