Uses of Interface
org.apache.iotdb.db.mpp.execution.operator.source.DataSourceOperator
-
Packages that use DataSourceOperator Package Description org.apache.iotdb.db.mpp.execution.driver org.apache.iotdb.db.mpp.execution.operator.source org.apache.iotdb.db.mpp.plan.planner -
-
Uses of DataSourceOperator in org.apache.iotdb.db.mpp.execution.driver
Methods in org.apache.iotdb.db.mpp.execution.driver that return types with arguments of type DataSourceOperator Modifier and Type Method Description java.util.List<DataSourceOperator>DataDriverContext. getSourceOperators() -
Uses of DataSourceOperator in org.apache.iotdb.db.mpp.execution.operator.source
Classes in org.apache.iotdb.db.mpp.execution.operator.source that implement DataSourceOperator Modifier and Type Class Description classAbstractSeriesAggregationScanOperatorclassAlignedSeriesAggregationScanOperatorThis operator is responsible to do the aggregation calculation especially for aligned series.classAlignedSeriesScanOperatorclassSeriesAggregationScanOperatorThis operator is responsible to do the aggregation calculation for one series based on global time range and time split parameter.classSeriesScanOperator -
Uses of DataSourceOperator in org.apache.iotdb.db.mpp.plan.planner
Methods in org.apache.iotdb.db.mpp.plan.planner that return types with arguments of type DataSourceOperator Modifier and Type Method Description java.util.List<DataSourceOperator>LocalExecutionPlanContext. getSourceOperators()Methods in org.apache.iotdb.db.mpp.plan.planner with parameters of type DataSourceOperator Modifier and Type Method Description voidLocalExecutionPlanContext. addSourceOperator(DataSourceOperator sourceOperator)
-