Uses of Interface
org.apache.iotdb.db.mpp.execution.operator.source.SourceOperator
-
Packages that use SourceOperator Package Description org.apache.iotdb.db.mpp.execution.operator.schema org.apache.iotdb.db.mpp.execution.operator.source -
-
Uses of SourceOperator in org.apache.iotdb.db.mpp.execution.operator.schema
Classes in org.apache.iotdb.db.mpp.execution.operator.schema that implement SourceOperator Modifier and Type Class Description classDevicesCountOperatorclassDevicesSchemaScanOperatorclassLevelTimeSeriesCountOperatorclassNodePathsSchemaScanOperatorclassPathsUsingTemplateScanOperatorclassSchemaFetchScanOperatorclassSchemaQueryScanOperatorclassTimeSeriesCountOperatorclassTimeSeriesSchemaScanOperator -
Uses of SourceOperator in org.apache.iotdb.db.mpp.execution.operator.source
Subinterfaces of SourceOperator in org.apache.iotdb.db.mpp.execution.operator.source Modifier and Type Interface Description interfaceDataSourceOperatorClasses in org.apache.iotdb.db.mpp.execution.operator.source that implement SourceOperator Modifier and Type Class Description classAbstractSeriesAggregationScanOperatorclassAlignedSeriesAggregationScanOperatorThis operator is responsible to do the aggregation calculation especially for aligned series.classAlignedSeriesScanOperatorclassExchangeOperatorclassLastCacheScanOperatorclassSeriesAggregationScanOperatorThis operator is responsible to do the aggregation calculation for one series based on global time range and time split parameter.classSeriesScanOperator
-