Class PreAnalyzer.PreAnalysis
java.lang.Object
org.elasticsearch.xpack.esql.analysis.PreAnalyzer.PreAnalysis
- Enclosing class:
PreAnalyzer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PreAnalyzer.PreAnalysisfinal List<InferencePlan<?>> -
Constructor Summary
ConstructorsConstructorDescriptionPreAnalysis(List<TableInfo> indices, List<Enrich> enriches, List<InferencePlan<?>> inferencePlans, List<TableInfo> lookupIndices) -
Method Summary
-
Field Details
-
EMPTY
-
indices
-
enriches
-
inferencePlans
-
lookupIndices
-
-
Constructor Details
-
PreAnalysis
-