Class ComputeService
java.lang.Object
org.elasticsearch.xpack.esql.plugin.ComputeService
Computes the result of a
PhysicalPlan.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionComputeService(SearchService searchService, TransportService transportService, ExchangeService exchangeService, EnrichLookupService enrichLookupService, LookupFromIndexService lookupFromIndexService, ClusterService clusterService, ThreadPool threadPool, BigArrays bigArrays, BlockFactory blockFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(String sessionId, CancellableTask rootTask, PhysicalPlan physicalPlan, Configuration configuration, FoldContext foldContext, EsqlExecutionInfo execInfo, ActionListener<Result> listener)
-
Field Details
-
DATA_ACTION_NAME
- See Also:
-
CLUSTER_ACTION_NAME
- See Also:
-
-
Constructor Details
-
ComputeService
public ComputeService(SearchService searchService, TransportService transportService, ExchangeService exchangeService, EnrichLookupService enrichLookupService, LookupFromIndexService lookupFromIndexService, ClusterService clusterService, ThreadPool threadPool, BigArrays bigArrays, BlockFactory blockFactory)
-
-
Method Details
-
execute
public void execute(String sessionId, CancellableTask rootTask, PhysicalPlan physicalPlan, Configuration configuration, FoldContext foldContext, EsqlExecutionInfo execInfo, ActionListener<Result> listener)
-