Uses of Class
org.apache.iotdb.db.metadata.path.AlignedPath
-
-
Uses of AlignedPath in org.apache.iotdb.db.metadata.path
Methods in org.apache.iotdb.db.metadata.path that return AlignedPath Modifier and Type Method Description AlignedPathAlignedPath. clone()static AlignedPathAlignedPath. deserialize(java.nio.ByteBuffer byteBuffer)Methods in org.apache.iotdb.db.metadata.path with parameters of type AlignedPath Modifier and Type Method Description voidAlignedPath. mergeAlignedPath(AlignedPath alignedPath)merge another aligned path's sub sensors into this one -
Uses of AlignedPath in org.apache.iotdb.db.metadata.utils
Methods in org.apache.iotdb.db.metadata.utils that return types with arguments of type AlignedPath Modifier and Type Method Description static java.util.Map<AlignedPath,java.util.List<java.util.List<java.lang.Integer>>>MetaUtils. groupAlignedSeriesWithAggregations(java.util.Map<org.apache.iotdb.commons.path.PartialPath,java.util.List<java.lang.Integer>> pathToAggrIndexesMap)Group all the series under an aligned entity into one AlignedPath and remove these series from pathToAggrIndexesMap. -
Uses of AlignedPath in org.apache.iotdb.db.mpp.execution.operator.source
Constructors in org.apache.iotdb.db.mpp.execution.operator.source with parameters of type AlignedPath Constructor Description 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) -
Uses of AlignedPath in org.apache.iotdb.db.mpp.plan.planner.plan.node.source
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.source that return AlignedPath Modifier and Type Method Description AlignedPathAlignedSeriesAggregationScanNode. getAlignedPath()AlignedPathAlignedSeriesScanNode. getAlignedPath()AlignedPathAlignedLastQueryScanNode. getSeriesPath()Constructors in org.apache.iotdb.db.mpp.plan.planner.plan.node.source with parameters of type AlignedPath Constructor Description AlignedLastQueryScanNode(PlanNodeId id, AlignedPath seriesPath)AlignedLastQueryScanNode(PlanNodeId id, AlignedPath seriesPath, org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet regionReplicaSet)AlignedSeriesAggregationScanNode(PlanNodeId id, AlignedPath alignedPath, java.util.List<AggregationDescriptor> aggregationDescriptorList)AlignedSeriesAggregationScanNode(PlanNodeId id, AlignedPath alignedPath, java.util.List<AggregationDescriptor> aggregationDescriptorList, Ordering scanOrder, GroupByTimeParameter groupByTimeParameter)AlignedSeriesAggregationScanNode(PlanNodeId id, AlignedPath alignedPath, java.util.List<AggregationDescriptor> aggregationDescriptorList, Ordering scanOrder, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, GroupByTimeParameter groupByTimeParameter, org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet dataRegionReplicaSet)AlignedSeriesScanNode(PlanNodeId id, AlignedPath alignedPath)AlignedSeriesScanNode(PlanNodeId id, AlignedPath alignedPath, Ordering scanOrder)AlignedSeriesScanNode(PlanNodeId id, AlignedPath alignedPath, Ordering scanOrder, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, org.apache.iotdb.tsfile.read.filter.basic.Filter valueFilter, int limit, int offset, org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet dataRegionReplicaSet) -
Uses of AlignedPath in org.apache.iotdb.db.query.context
Methods in org.apache.iotdb.db.query.context with parameters of type AlignedPath Modifier and Type Method Description java.util.List<java.util.List<Modification>>QueryContext. getPathModifications(ModificationFile modFile, AlignedPath path)Find the modifications of all aligned 'paths' in 'modFile'. -
Uses of AlignedPath in org.apache.iotdb.db.query.dataset.groupby
Fields in org.apache.iotdb.db.query.dataset.groupby with type parameters of type AlignedPath Modifier and Type Field Description protected java.util.Map<AlignedPath,AlignedGroupByExecutor>GroupByWithoutValueFilterDataSet. alignedPathExecutorsprotected java.util.Map<AlignedPath,java.util.List<java.util.List<java.lang.Integer>>>GroupByWithoutValueFilterDataSet. alignedPathToAggrIndexesMapaligned path -> result indexes for each aggregation -
Uses of AlignedPath in org.apache.iotdb.db.query.executor
Methods in org.apache.iotdb.db.query.executor with parameters of type AlignedPath Modifier and Type Method Description protected voidAggregationExecutor. aggregateOneAlignedSeries(AlignedPath alignedPath, java.util.List<java.util.List<java.lang.Integer>> subIndexes, java.util.Set<java.lang.String> allMeasurementsInDevice, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter)static voidAggregationExecutor. aggregateOneAlignedSeries(AlignedPath alignedPath, java.util.Set<java.lang.String> measurements, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType tsDataType, java.util.List<java.util.List<AggregateResult>> ascAggregateResultList, java.util.List<java.util.List<AggregateResult>> descAggregateResultList, TsFileFilter fileFilter, boolean ascending) -
Uses of AlignedPath in org.apache.iotdb.db.query.reader.chunk.metadata
Constructors in org.apache.iotdb.db.query.reader.chunk.metadata with parameters of type AlignedPath Constructor Description DiskAlignedChunkMetadataLoader(TsFileResource resource, AlignedPath seriesPath, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter filter) -
Uses of AlignedPath in org.apache.iotdb.db.query.reader.series
Constructors in org.apache.iotdb.db.query.reader.series with parameters of type AlignedPath Constructor Description AlignedSeriesAggregateReader(AlignedPath seriesPath, java.util.Set<java.lang.String> allSensors, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, QueryContext context, QueryDataSource dataSource, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, org.apache.iotdb.tsfile.read.filter.basic.Filter valueFilter, TsFileFilter fileFilter, boolean ascending) -
Uses of AlignedPath in org.apache.iotdb.db.utils
Methods in org.apache.iotdb.db.utils with parameters of type AlignedPath Modifier and Type Method Description static org.apache.iotdb.tsfile.file.metadata.AlignedTimeSeriesMetadataFileLoaderUtils. loadTimeSeriesMetadata(TsFileResource resource, AlignedPath vectorPath, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter filter)Load VectorTimeSeriesMetadata for Vector
-