Interface ProcessOperator
-
- All Superinterfaces:
java.lang.AutoCloseable,Operator
- All Known Implementing Classes:
AggregationOperator,CountMergeOperator,DeviceMergeOperator,DeviceViewOperator,FillOperator,FilterAndProjectOperator,LastQueryCollectOperator,LastQueryMergeOperator,LastQueryOperator,LastQuerySortOperator,LimitOperator,LinearFillOperator,NodeManageMemoryMergeOperator,NodePathsConvertOperator,NodePathsCountOperator,OffsetOperator,RawDataAggregationOperator,RowBasedTimeJoinOperator,SchemaFetchMergeOperator,SchemaQueryMergeOperator,SchemaQueryOrderByHeatOperator,SingleInputAggregationOperator,SlidingWindowAggregationOperator,SortOperator,TimeJoinOperator,TransformOperator,UpdateLastCacheOperator
public interface ProcessOperator extends Operator
-
-
Field Summary
-
Fields inherited from interface org.apache.iotdb.db.mpp.execution.operator.Operator
NOT_BLOCKED
-
-
Method Summary
-
Methods inherited from interface org.apache.iotdb.db.mpp.execution.operator.Operator
calculateMaxPeekMemory, calculateMaxReturnSize, calculateRetainedSizeAfterCallingNext, close, getOperatorContext, hasNext, isBlocked, isFinished, next
-
-