Class RuleExecutor<TreeType extends Node<TreeType>>
java.lang.Object
org.elasticsearch.xpack.esql.rule.RuleExecutor<TreeType>
- Direct Known Subclasses:
ParameterizedRuleExecutor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRuleExecutor.Batch<TreeType extends Node<TreeType>>classstatic classclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Iterable<RuleExecutor.Batch<TreeType>> batches()protected final TreeTypeprotected final RuleExecutor<TreeType>.ExecutionInfoexecuteWithInfo(TreeType plan)
-
Constructor Details
-
RuleExecutor
public RuleExecutor()
-
-
Method Details
-
batches
-
execute
-
executeWithInfo
-
transform
-