Uses of Class
org.apache.iotdb.db.mpp.execution.operator.source.AbstractSeriesAggregationScanOperator
-
Packages that use AbstractSeriesAggregationScanOperator Package Description org.apache.iotdb.db.mpp.execution.operator.source -
-
Uses of AbstractSeriesAggregationScanOperator in org.apache.iotdb.db.mpp.execution.operator.source
Subclasses of AbstractSeriesAggregationScanOperator in org.apache.iotdb.db.mpp.execution.operator.source Modifier and Type Class Description classAlignedSeriesAggregationScanOperatorThis operator is responsible to do the aggregation calculation especially for aligned series.classSeriesAggregationScanOperatorThis operator is responsible to do the aggregation calculation for one series based on global time range and time split parameter.
-