Module org.elasticsearch.compute
Interface SourceOperator.SourceOperatorFactory
- All Superinterfaces:
Describable,Operator.OperatorFactory
- All Known Implementing Classes:
ExchangeSourceOperator.ExchangeSourceOperatorFactory,LocalSourceOperator.LocalSourceFactory,LuceneCountOperator.Factory,LuceneMaxFactory,LuceneMinFactory,LuceneOperator.Factory,LuceneSourceOperator.Factory,LuceneTopNSourceOperator.Factory,ShowOperator.ShowOperatorFactory
- Enclosing class:
SourceOperator
public static interface SourceOperator.SourceOperatorFactory
extends Operator.OperatorFactory, Describable
A factory for creating source operators.
-
Method Summary
Modifier and TypeMethodDescriptionget(DriverContext driverContext) Creates a new source operator.Methods inherited from interface org.elasticsearch.compute.Describable
describe
-
Method Details
-
get
Creates a new source operator.- Specified by:
getin interfaceOperator.OperatorFactory
-