Uses of Class
org.apache.iotdb.db.mpp.execution.operator.OperatorContext
-
-
Uses of OperatorContext in org.apache.iotdb.db.mpp.execution.fragment
Methods in org.apache.iotdb.db.mpp.execution.fragment that return OperatorContext Modifier and Type Method Description OperatorContextFragmentInstanceContext. addOperatorContext(int operatorId, PlanNodeId planNodeId, java.lang.String operatorType)Methods in org.apache.iotdb.db.mpp.execution.fragment that return types with arguments of type OperatorContext Modifier and Type Method Description java.util.List<OperatorContext>FragmentInstanceContext. getOperatorContexts() -
Uses of OperatorContext in org.apache.iotdb.db.mpp.execution.operator
Methods in org.apache.iotdb.db.mpp.execution.operator that return OperatorContext Modifier and Type Method Description OperatorContextOperator. getOperatorContext() -
Uses of OperatorContext in org.apache.iotdb.db.mpp.execution.operator.process
Fields in org.apache.iotdb.db.mpp.execution.operator.process declared as OperatorContext Modifier and Type Field Description protected OperatorContextSingleInputAggregationOperator. operatorContextprotected OperatorContextTransformOperator. operatorContextMethods in org.apache.iotdb.db.mpp.execution.operator.process that return OperatorContext Modifier and Type Method Description OperatorContextAggregationOperator. getOperatorContext()OperatorContextDeviceMergeOperator. getOperatorContext()OperatorContextDeviceViewOperator. getOperatorContext()OperatorContextFillOperator. getOperatorContext()OperatorContextFilterAndProjectOperator. getOperatorContext()OperatorContextLimitOperator. getOperatorContext()OperatorContextLinearFillOperator. getOperatorContext()OperatorContextOffsetOperator. getOperatorContext()OperatorContextSingleInputAggregationOperator. getOperatorContext()OperatorContextSortOperator. getOperatorContext()OperatorContextTransformOperator. getOperatorContext()Constructors in org.apache.iotdb.db.mpp.execution.operator.process with parameters of type OperatorContext Constructor Description AggregationOperator(OperatorContext operatorContext, java.util.List<Aggregator> aggregators, ITimeRangeIterator timeRangeIterator, java.util.List<Operator> children, long maxReturnSize)DeviceMergeOperator(OperatorContext operatorContext, java.util.List<java.lang.String> devices, java.util.List<Operator> deviceOperators, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> dataTypes, TimeSelector selector, TimeComparator comparator)DeviceViewOperator(OperatorContext operatorContext, java.util.List<java.lang.String> devices, java.util.List<Operator> deviceOperators, java.util.List<java.util.List<java.lang.Integer>> deviceColumnIndex, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> dataTypes)FillOperator(OperatorContext operatorContext, IFill[] fillArray, Operator child)FilterAndProjectOperator(OperatorContext operatorContext, Operator inputOperator, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> filterOutputDataTypes, java.util.List<LeafColumnTransformer> filterLeafColumnTransformerList, ColumnTransformer filterOutputTransformer, java.util.List<ColumnTransformer> commonTransformerList, java.util.List<LeafColumnTransformer> projectLeafColumnTransformerList, java.util.List<ColumnTransformer> projectOutputTransformerList, boolean hasNonMappableUDF, boolean hasFilter)LimitOperator(OperatorContext operatorContext, long limit, Operator child)LinearFillOperator(OperatorContext operatorContext, ILinearFill[] fillArray, Operator child)OffsetOperator(OperatorContext operatorContext, long offset, Operator child)RawDataAggregationOperator(OperatorContext operatorContext, java.util.List<Aggregator> aggregators, ITimeRangeIterator timeRangeIterator, Operator child, boolean ascending, long maxReturnSize)SingleInputAggregationOperator(OperatorContext operatorContext, java.util.List<Aggregator> aggregators, Operator child, boolean ascending, ITimeRangeIterator timeRangeIterator, long maxReturnSize)SlidingWindowAggregationOperator(OperatorContext operatorContext, java.util.List<Aggregator> aggregators, ITimeRangeIterator timeRangeIterator, Operator child, boolean ascending, GroupByTimeParameter groupByTimeParameter, long maxReturnSize)TransformOperator(OperatorContext operatorContext, Operator inputOperator, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> inputDataTypes, java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations, Expression[] outputExpressions, boolean keepNull, java.time.ZoneId zoneId, TypeProvider typeProvider, boolean isAscending) -
Uses of OperatorContext in org.apache.iotdb.db.mpp.execution.operator.process.join
Methods in org.apache.iotdb.db.mpp.execution.operator.process.join that return OperatorContext Modifier and Type Method Description OperatorContextRowBasedTimeJoinOperator. getOperatorContext()OperatorContextTimeJoinOperator. getOperatorContext()Constructors in org.apache.iotdb.db.mpp.execution.operator.process.join with parameters of type OperatorContext Constructor Description RowBasedTimeJoinOperator(OperatorContext operatorContext, java.util.List<Operator> children, Ordering mergeOrder, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> dataTypes, java.util.List<ColumnMerger> mergers, TimeComparator comparator)TimeJoinOperator(OperatorContext operatorContext, java.util.List<Operator> children, Ordering mergeOrder, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> dataTypes, java.util.List<ColumnMerger> mergers, TimeComparator comparator) -
Uses of OperatorContext in org.apache.iotdb.db.mpp.execution.operator.process.last
Methods in org.apache.iotdb.db.mpp.execution.operator.process.last that return OperatorContext Modifier and Type Method Description OperatorContextLastQueryCollectOperator. getOperatorContext()OperatorContextLastQueryMergeOperator. getOperatorContext()OperatorContextLastQueryOperator. getOperatorContext()OperatorContextLastQuerySortOperator. getOperatorContext()OperatorContextUpdateLastCacheOperator. getOperatorContext()Constructors in org.apache.iotdb.db.mpp.execution.operator.process.last with parameters of type OperatorContext Constructor Description LastQueryCollectOperator(OperatorContext operatorContext, java.util.List<Operator> children)LastQueryMergeOperator(OperatorContext operatorContext, java.util.List<Operator> children, java.util.Comparator<org.apache.iotdb.tsfile.utils.Binary> comparator)LastQueryOperator(OperatorContext operatorContext, java.util.List<UpdateLastCacheOperator> children, org.apache.iotdb.tsfile.read.common.block.TsBlockBuilder builder)LastQuerySortOperator(OperatorContext operatorContext, org.apache.iotdb.tsfile.read.common.block.TsBlock cachedTsBlock, java.util.List<UpdateLastCacheOperator> children, java.util.Comparator<org.apache.iotdb.tsfile.utils.Binary> timeSeriesComparator)UpdateLastCacheOperator(OperatorContext operatorContext, Operator child, MeasurementPath fullPath, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, DataNodeSchemaCache dataNodeSchemaCache, boolean needUpdateCache) -
Uses of OperatorContext in org.apache.iotdb.db.mpp.execution.operator.schema
Fields in org.apache.iotdb.db.mpp.execution.operator.schema declared as OperatorContext Modifier and Type Field Description protected OperatorContextSchemaQueryScanOperator. operatorContextMethods in org.apache.iotdb.db.mpp.execution.operator.schema that return OperatorContext Modifier and Type Method Description OperatorContextCountMergeOperator. getOperatorContext()OperatorContextDevicesCountOperator. getOperatorContext()OperatorContextLevelTimeSeriesCountOperator. getOperatorContext()OperatorContextNodeManageMemoryMergeOperator. getOperatorContext()OperatorContextNodePathsConvertOperator. getOperatorContext()OperatorContextNodePathsCountOperator. getOperatorContext()OperatorContextNodePathsSchemaScanOperator. getOperatorContext()OperatorContextSchemaFetchMergeOperator. getOperatorContext()OperatorContextSchemaFetchScanOperator. getOperatorContext()OperatorContextSchemaQueryMergeOperator. getOperatorContext()OperatorContextSchemaQueryOrderByHeatOperator. getOperatorContext()OperatorContextSchemaQueryScanOperator. getOperatorContext()OperatorContextTimeSeriesCountOperator. getOperatorContext()Constructors in org.apache.iotdb.db.mpp.execution.operator.schema with parameters of type OperatorContext Constructor Description CountMergeOperator(PlanNodeId planNodeId, OperatorContext operatorContext, java.util.List<Operator> children)DevicesCountOperator(PlanNodeId sourceId, OperatorContext operatorContext, org.apache.iotdb.commons.path.PartialPath partialPath, boolean isPrefixPath)DevicesSchemaScanOperator(PlanNodeId sourceId, OperatorContext operatorContext, int limit, int offset, org.apache.iotdb.commons.path.PartialPath partialPath, boolean isPrefixPath, boolean hasSgCol)LevelTimeSeriesCountOperator(PlanNodeId sourceId, OperatorContext operatorContext, org.apache.iotdb.commons.path.PartialPath partialPath, boolean isPrefixPath, int level, java.lang.String key, java.lang.String value, boolean isContains)NodeManageMemoryMergeOperator(OperatorContext operatorContext, java.util.Set<org.apache.iotdb.common.rpc.thrift.TSchemaNode> data, Operator child)NodePathsConvertOperator(OperatorContext operatorContext, Operator child)NodePathsCountOperator(OperatorContext operatorContext, Operator child)NodePathsSchemaScanOperator(PlanNodeId sourceId, OperatorContext operatorContext, org.apache.iotdb.commons.path.PartialPath partialPath, int level)PathsUsingTemplateScanOperator(PlanNodeId planNodeId, OperatorContext context, int templateId)SchemaFetchMergeOperator(OperatorContext operatorContext, java.util.List<Operator> children, java.util.List<java.lang.String> storageGroupList)SchemaFetchScanOperator(PlanNodeId planNodeId, OperatorContext context, PathPatternTree patternTree, java.util.Map<java.lang.Integer,Template> templateMap, ISchemaRegion schemaRegion)SchemaQueryMergeOperator(PlanNodeId planNodeId, OperatorContext operatorContext, java.util.List<Operator> children)SchemaQueryOrderByHeatOperator(OperatorContext operatorContext, java.util.List<Operator> operators)SchemaQueryScanOperator(PlanNodeId sourceId, OperatorContext operatorContext, int limit, int offset, org.apache.iotdb.commons.path.PartialPath partialPath, boolean isPrefixPath)TimeSeriesCountOperator(PlanNodeId sourceId, OperatorContext operatorContext, org.apache.iotdb.commons.path.PartialPath partialPath, boolean isPrefixPath, java.lang.String key, java.lang.String value, boolean isContains, java.util.Map<java.lang.Integer,Template> templateMap)TimeSeriesSchemaScanOperator(PlanNodeId planNodeId, OperatorContext operatorContext, int limit, int offset, org.apache.iotdb.commons.path.PartialPath partialPath, java.lang.String key, java.lang.String value, boolean isContains, boolean orderByHeat, boolean isPrefixPath, java.util.Map<java.lang.Integer,Template> templateMap) -
Uses of OperatorContext in org.apache.iotdb.db.mpp.execution.operator.source
Fields in org.apache.iotdb.db.mpp.execution.operator.source declared as OperatorContext Modifier and Type Field Description protected OperatorContextAbstractSeriesAggregationScanOperator. operatorContextMethods in org.apache.iotdb.db.mpp.execution.operator.source that return OperatorContext Modifier and Type Method Description OperatorContextAbstractSeriesAggregationScanOperator. getOperatorContext()OperatorContextAlignedSeriesScanOperator. getOperatorContext()OperatorContextExchangeOperator. getOperatorContext()OperatorContextLastCacheScanOperator. getOperatorContext()OperatorContextSeriesScanOperator. getOperatorContext()Constructors in org.apache.iotdb.db.mpp.execution.operator.source with parameters of type OperatorContext Constructor Description AbstractSeriesAggregationScanOperator(PlanNodeId sourceId, OperatorContext context, SeriesScanUtil seriesScanUtil, int subSensorSize, java.util.List<Aggregator> aggregators, ITimeRangeIterator timeRangeIterator, boolean ascending, GroupByTimeParameter groupByTimeParameter, long maxReturnSize)AlignedSeriesAggregationScanOperator(PlanNodeId sourceId, AlignedPath seriesPath, OperatorContext context, java.util.List<Aggregator> aggregators, ITimeRangeIterator timeRangeIterator, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, boolean ascending, GroupByTimeParameter groupByTimeParameter, long maxReturnSize)AlignedSeriesScanOperator(PlanNodeId sourceId, AlignedPath seriesPath, OperatorContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, org.apache.iotdb.tsfile.read.filter.basic.Filter valueFilter, boolean ascending)ExchangeOperator(OperatorContext operatorContext, ISourceHandle sourceHandle, PlanNodeId sourceId)LastCacheScanOperator(OperatorContext operatorContext, PlanNodeId sourceId, org.apache.iotdb.tsfile.read.common.block.TsBlock tsBlock)SeriesAggregationScanOperator(PlanNodeId sourceId, org.apache.iotdb.commons.path.PartialPath seriesPath, java.util.Set<java.lang.String> allSensors, OperatorContext context, java.util.List<Aggregator> aggregators, ITimeRangeIterator timeRangeIterator, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, boolean ascending, GroupByTimeParameter groupByTimeParameter, long maxReturnSize)SeriesScanOperator(PlanNodeId sourceId, org.apache.iotdb.commons.path.PartialPath seriesPath, java.util.Set<java.lang.String> allSensors, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, OperatorContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, org.apache.iotdb.tsfile.read.filter.basic.Filter valueFilter, boolean ascending) -
Uses of OperatorContext in org.apache.iotdb.db.mpp.execution.timer
Methods in org.apache.iotdb.db.mpp.execution.timer with parameters of type OperatorContext Modifier and Type Method Description io.airlift.units.DurationITimeSliceAllocator. getMaxRunTime(OperatorContext operatorContext)io.airlift.units.DurationRuleBasedTimeSliceAllocator. getMaxRunTime(OperatorContext operatorContext)voidRuleBasedTimeSliceAllocator. recordExecutionWeight(OperatorContext operatorContext, int weight)
-