Uses of Class
org.apache.iotdb.db.mpp.common.schematree.PathPatternTree
-
-
Uses of PathPatternTree in org.apache.iotdb.db.localconfignode
Methods in org.apache.iotdb.db.localconfignode with parameters of type PathPatternTree Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Map<org.apache.iotdb.common.rpc.thrift.TSeriesPartitionSlot,org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet>>LocalConfigNode. getOrCreateSchemaPartition(PathPatternTree patternTree)java.util.Map<java.lang.String,java.util.Map<org.apache.iotdb.common.rpc.thrift.TSeriesPartitionSlot,org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet>>LocalConfigNode. getSchemaPartition(PathPatternTree patternTree) -
Uses of PathPatternTree in org.apache.iotdb.db.mpp.common.schematree
Methods in org.apache.iotdb.db.mpp.common.schematree that return PathPatternTree Modifier and Type Method Description static PathPatternTreePathPatternTree. deserialize(java.nio.ByteBuffer buffer)Methods in org.apache.iotdb.db.mpp.common.schematree with parameters of type PathPatternTree Modifier and Type Method Description booleanPathPatternTree. equalWith(PathPatternTree that) -
Uses of PathPatternTree in org.apache.iotdb.db.mpp.execution.operator.schema
Constructors in org.apache.iotdb.db.mpp.execution.operator.schema with parameters of type PathPatternTree Constructor Description SchemaFetchScanOperator(PlanNodeId planNodeId, OperatorContext context, PathPatternTree patternTree, java.util.Map<java.lang.Integer,Template> templateMap, ISchemaRegion schemaRegion) -
Uses of PathPatternTree in org.apache.iotdb.db.mpp.plan.analyze
Methods in org.apache.iotdb.db.mpp.plan.analyze with parameters of type PathPatternTree Modifier and Type Method Description static java.util.List<Expression>ExpressionAnalyzer. concatExpressionWithSuffixPaths(Expression expression, java.util.List<org.apache.iotdb.commons.path.PartialPath> prefixPaths, PathPatternTree patternTree)Concat suffix path in SELECT or WITHOUT NULL clause with the prefix path in the FROM clause.static voidExpressionAnalyzer. constructPatternTreeFromExpression(Expression predicate, java.util.List<org.apache.iotdb.commons.path.PartialPath> prefixPaths, PathPatternTree patternTree)Concat suffix path in WHERE clause with the prefix path in the FROM clause and Construct aPathPatternTree.ClusterSchemaTreeClusterSchemaFetcher. fetchSchema(PathPatternTree patternTree)ClusterSchemaTreeFakeSchemaFetcherImpl. fetchSchema(PathPatternTree patternTree)ISchemaTreeISchemaFetcher. fetchSchema(PathPatternTree patternTree)ClusterSchemaTreeStandaloneSchemaFetcher. fetchSchema(PathPatternTree patternTree)org.apache.iotdb.commons.partition.SchemaPartitionClusterPartitionFetcher. getOrCreateSchemaPartition(PathPatternTree patternTree)org.apache.iotdb.commons.partition.SchemaPartitionFakePartitionFetcherImpl. getOrCreateSchemaPartition(PathPatternTree patternTree)org.apache.iotdb.commons.partition.SchemaPartitionIPartitionFetcher. getOrCreateSchemaPartition(PathPatternTree patternTree)org.apache.iotdb.commons.partition.SchemaPartitionStandalonePartitionFetcher. getOrCreateSchemaPartition(PathPatternTree patternTree)default org.apache.iotdb.commons.partition.SchemaNodeManagementPartitionIPartitionFetcher. getSchemaNodeManagementPartition(PathPatternTree patternTree)org.apache.iotdb.commons.partition.SchemaNodeManagementPartitionClusterPartitionFetcher. getSchemaNodeManagementPartitionWithLevel(PathPatternTree patternTree, java.lang.Integer level)org.apache.iotdb.commons.partition.SchemaNodeManagementPartitionFakePartitionFetcherImpl. getSchemaNodeManagementPartitionWithLevel(PathPatternTree patternTree, java.lang.Integer level)org.apache.iotdb.commons.partition.SchemaNodeManagementPartitionIPartitionFetcher. getSchemaNodeManagementPartitionWithLevel(PathPatternTree patternTree, java.lang.Integer level)org.apache.iotdb.commons.partition.SchemaNodeManagementPartitionStandalonePartitionFetcher. getSchemaNodeManagementPartitionWithLevel(PathPatternTree patternTree, java.lang.Integer level)org.apache.iotdb.commons.partition.SchemaPartitionClusterPartitionFetcher. getSchemaPartition(PathPatternTree patternTree)org.apache.iotdb.commons.partition.SchemaPartitionFakePartitionFetcherImpl. getSchemaPartition(PathPatternTree patternTree)org.apache.iotdb.commons.partition.SchemaPartitionIPartitionFetcher. getSchemaPartition(PathPatternTree patternTree)org.apache.iotdb.commons.partition.SchemaPartitionStandalonePartitionFetcher. getSchemaPartition(PathPatternTree patternTree)StatementConcatPathRewriter. rewrite(Statement statement, PathPatternTree patternTree) -
Uses of PathPatternTree in org.apache.iotdb.db.mpp.plan.planner
Methods in org.apache.iotdb.db.mpp.plan.planner with parameters of type PathPatternTree Modifier and Type Method Description LogicalPlanBuilderLogicalPlanBuilder. planSchemaFetchSource(java.util.List<java.lang.String> storageGroupList, PathPatternTree patternTree, java.util.Map<java.lang.Integer,Template> templateMap) -
Uses of PathPatternTree in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read that return PathPatternTree Modifier and Type Method Description PathPatternTreeSchemaFetchScanNode. getPatternTree()Constructors in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read with parameters of type PathPatternTree Constructor Description SchemaFetchScanNode(PlanNodeId id, org.apache.iotdb.commons.path.PartialPath storageGroup, PathPatternTree patternTree, java.util.Map<java.lang.Integer,Template> templateMap) -
Uses of PathPatternTree in org.apache.iotdb.db.mpp.plan.statement.internal
Methods in org.apache.iotdb.db.mpp.plan.statement.internal that return PathPatternTree Modifier and Type Method Description PathPatternTreeSchemaFetchStatement. getPatternTree()Constructors in org.apache.iotdb.db.mpp.plan.statement.internal with parameters of type PathPatternTree Constructor Description SchemaFetchStatement(PathPatternTree patternTree, java.util.Map<java.lang.Integer,Template> templateMap)
-