java.lang.Object
org.elasticsearch.compute.operator.SourceOperator
org.elasticsearch.compute.operator.LocalSourceOperator
org.elasticsearch.compute.operator.ShowOperator
- All Implemented Interfaces:
Closeable,AutoCloseable,Operator,org.elasticsearch.core.Releasable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.elasticsearch.compute.operator.LocalSourceOperator
LocalSourceOperator.BlockSupplier, LocalSourceOperator.ListSupplier, LocalSourceOperator.LocalSourceFactory, LocalSourceOperator.ObjectSupplier, LocalSourceOperator.PageSupplierNested classes/interfaces inherited from class org.elasticsearch.compute.operator.SourceOperator
SourceOperator.SourceOperatorFactoryNested classes/interfaces inherited from interface org.elasticsearch.compute.operator.Operator
Operator.OperatorFactory, Operator.Status -
Field Summary
Fields inherited from class org.elasticsearch.compute.operator.LocalSourceOperator
supplierFields inherited from interface org.elasticsearch.compute.operator.Operator
MIN_TARGET_PAGE_SIZE, NOT_BLOCKED, TARGET_PAGE_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionShowOperator(BlockFactory blockFactory, LocalSourceOperator.ListSupplier listSupplier) -
Method Summary
Methods inherited from class org.elasticsearch.compute.operator.LocalSourceOperator
close, finish, getOutput, isFinishedMethods inherited from class org.elasticsearch.compute.operator.SourceOperator
addInput, needsInput
-
Constructor Details
-
ShowOperator
-