Module org.elasticsearch.compute
Class ColumnLoadOperator
java.lang.Object
org.elasticsearch.compute.operator.AbstractPageMappingToIteratorOperator
org.elasticsearch.compute.operator.ColumnLoadOperator
- All Implemented Interfaces:
Closeable,AutoCloseable,Operator,org.elasticsearch.core.Releasable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordFactory forColumnLoadOperator.static final recordNested classes/interfaces inherited from class org.elasticsearch.compute.operator.AbstractPageMappingToIteratorOperator
AbstractPageMappingToIteratorOperator.StatusNested classes/interfaces inherited from interface org.elasticsearch.compute.operator.Operator
Operator.OperatorFactory -
Field Summary
Fields inherited from interface org.elasticsearch.compute.operator.Operator
MIN_TARGET_PAGE_SIZE, NOT_BLOCKED, TARGET_PAGE_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.compute.operator.AbstractPageMappingToIteratorOperator
addInput, appendBlocks, close, finish, getOutput, isFinished, needsInput, status, status
-
Constructor Details
-
ColumnLoadOperator
-
-
Method Details
-
receive
Description copied from class:AbstractPageMappingToIteratorOperatorBuild and Iterator of results for a new page.- Specified by:
receivein classAbstractPageMappingToIteratorOperator
-
toString
- Specified by:
toStringin classAbstractPageMappingToIteratorOperator
-