Class LocalLogicalOptimizerContext
java.lang.Object
org.elasticsearch.xpack.esql.optimizer.LogicalOptimizerContext
org.elasticsearch.xpack.esql.optimizer.LocalLogicalOptimizerContext
-
Constructor Summary
ConstructorsConstructorDescriptionLocalLogicalOptimizerContext(Configuration configuration, FoldContext foldCtx, SearchStats searchStats) -
Method Summary
Methods inherited from class org.elasticsearch.xpack.esql.optimizer.LogicalOptimizerContext
configuration, foldCtx
-
Constructor Details
-
LocalLogicalOptimizerContext
public LocalLogicalOptimizerContext(Configuration configuration, FoldContext foldCtx, SearchStats searchStats)
-
-
Method Details
-
searchStats
-
minimumVersion
The minimum transport version is not sent to data nodes, so this is currently unsupported.This can be changed in the future if e.g. lookup joins need to become aware of the minimum transport version. (Lookup joins are remote, and for now we have to plan as if the remote node was on the oldest compatible version, which is limiting.)
- Overrides:
minimumVersionin classLogicalOptimizerContext
-
equals
- Overrides:
equalsin classLogicalOptimizerContext
-
hashCode
public int hashCode()- Overrides:
hashCodein classLogicalOptimizerContext
-
toString
- Overrides:
toStringin classLogicalOptimizerContext
-