Class PruneColumns
java.lang.Object
org.elasticsearch.xpack.esql.rule.Rule<LogicalPlan,LogicalPlan>
org.elasticsearch.xpack.esql.optimizer.rules.logical.PruneColumns
Remove unused columns created in the plan, in fields inside eval or aggregations inside stats.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PruneColumns
public PruneColumns()
-
-
Method Details
-
apply
- Specified by:
applyin classRule<LogicalPlan,LogicalPlan>
-