Uses of Interface
org.apache.iotdb.db.mpp.execution.operator.process.ProcessOperator
-
-
Uses of ProcessOperator in org.apache.iotdb.db.mpp.execution.operator.process
Classes in org.apache.iotdb.db.mpp.execution.operator.process that implement ProcessOperator Modifier and Type Class Description classAggregationOperatorAggregationOperator can process the situation: aggregation of intermediate aggregate result, it will output one tsBlock contain many results on aggregation time intervals.classDeviceMergeOperatorDeviceMergeOperator is responsible for merging tsBlock coming from DeviceViewOperators.classDeviceViewOperatorSince devices have been sorted by the merge order as expected, what DeviceViewOperator need to do is traversing the device child operators, get all tsBlocks of one device and transform it to the form we need, adding the device column and allocating value column to its expected location, then get the next device operator until no next device.classFillOperatorUsed for previous and constant value fillclassFilterAndProjectOperatorclassLimitOperatorclassLinearFillOperatorUsed for linear fillclassOffsetOperatorclassRawDataAggregationOperatorRawDataAggregationOperator is used to process raw data tsBlock input calculating using value filter.classSingleInputAggregationOperatorclassSlidingWindowAggregationOperatorclassSortOperatorclassTransformOperator -
Uses of ProcessOperator in org.apache.iotdb.db.mpp.execution.operator.process.join
Classes in org.apache.iotdb.db.mpp.execution.operator.process.join that implement ProcessOperator Modifier and Type Class Description classRowBasedTimeJoinOperatorclassTimeJoinOperator -
Uses of ProcessOperator in org.apache.iotdb.db.mpp.execution.operator.process.last
Classes in org.apache.iotdb.db.mpp.execution.operator.process.last that implement ProcessOperator Modifier and Type Class Description classLastQueryCollectOperatorclassLastQueryMergeOperatorclassLastQueryOperatorclassLastQuerySortOperatorclassUpdateLastCacheOperator -
Uses of ProcessOperator in org.apache.iotdb.db.mpp.execution.operator.schema
Classes in org.apache.iotdb.db.mpp.execution.operator.schema that implement ProcessOperator Modifier and Type Class Description classCountMergeOperatorclassNodeManageMemoryMergeOperatorclassNodePathsConvertOperatorclassNodePathsCountOperatorclassSchemaFetchMergeOperatorclassSchemaQueryMergeOperatorclassSchemaQueryOrderByHeatOperator
-