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