Uses of Class
org.apache.iotdb.db.mpp.common.MPPQueryContext
-
-
Uses of MPPQueryContext in org.apache.iotdb.db.mpp.plan.analyze
Constructors in org.apache.iotdb.db.mpp.plan.analyze with parameters of type MPPQueryContext Constructor Description Analyzer(MPPQueryContext context, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher)AnalyzeVisitor(IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher, TypeProvider typeProvider, MPPQueryContext context) -
Uses of MPPQueryContext in org.apache.iotdb.db.mpp.plan.execution
Constructors in org.apache.iotdb.db.mpp.plan.execution with parameters of type MPPQueryContext Constructor Description QueryExecution(Statement statement, MPPQueryContext context, java.util.concurrent.ExecutorService executor, java.util.concurrent.ExecutorService writeOperationExecutor, java.util.concurrent.ScheduledExecutorService scheduledExecutor, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher, org.apache.iotdb.commons.client.IClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,org.apache.iotdb.commons.client.sync.SyncDataNodeInternalServiceClient> internalServiceClientManager) -
Uses of MPPQueryContext in org.apache.iotdb.db.mpp.plan.execution.config
Constructors in org.apache.iotdb.db.mpp.plan.execution.config with parameters of type MPPQueryContext Constructor Description ConfigExecution(MPPQueryContext context, java.util.concurrent.ExecutorService executor, IConfigTask task)ConfigExecution(MPPQueryContext context, Statement statement, java.util.concurrent.ExecutorService executor) -
Uses of MPPQueryContext in org.apache.iotdb.db.mpp.plan.execution.memory
Methods in org.apache.iotdb.db.mpp.plan.execution.memory that return MPPQueryContext Modifier and Type Method Description MPPQueryContextStatementMemorySourceContext. getQueryContext()Constructors in org.apache.iotdb.db.mpp.plan.execution.memory with parameters of type MPPQueryContext Constructor Description StatementMemorySourceContext(MPPQueryContext queryContext, Analysis analysis) -
Uses of MPPQueryContext in org.apache.iotdb.db.mpp.plan.optimization
Methods in org.apache.iotdb.db.mpp.plan.optimization with parameters of type MPPQueryContext Modifier and Type Method Description PlanNodePlanOptimizer. optimize(PlanNode plan, MPPQueryContext context) -
Uses of MPPQueryContext in org.apache.iotdb.db.mpp.plan.planner
Methods in org.apache.iotdb.db.mpp.plan.planner with parameters of type MPPQueryContext Modifier and Type Method Description PlanNodeLogicalPlanVisitor. visitActivateTemplate(ActivateTemplateStatement activateTemplateStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitAlterTimeseries(AlterTimeSeriesStatement alterTimeSeriesStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitCountDevices(CountDevicesStatement countDevicesStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitCountLevelTimeSeries(CountLevelTimeSeriesStatement countLevelTimeSeriesStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitCountNodes(CountNodesStatement countStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitCountTimeSeries(CountTimeSeriesStatement countTimeSeriesStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitCreateAlignedTimeseries(CreateAlignedTimeSeriesStatement createAlignedTimeSeriesStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitCreateMultiTimeseries(CreateMultiTimeSeriesStatement createMultiTimeSeriesStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitCreateTimeseries(CreateTimeSeriesStatement createTimeSeriesStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitDeleteData(DeleteDataStatement deleteDataStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitInsertMultiTablets(InsertMultiTabletsStatement insertMultiTabletsStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitInsertRow(InsertRowStatement insertRowStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitInsertRows(InsertRowsStatement insertRowsStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitInsertRowsOfOneDevice(InsertRowsOfOneDeviceStatement insertRowsOfOneDeviceStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitInsertTablet(InsertTabletStatement insertTabletStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitInternalCreateTimeseries(InternalCreateTimeSeriesStatement internalCreateTimeSeriesStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitNode(StatementNode node, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitQuery(QueryStatement queryStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitQueryBody(QueryStatement queryStatement, boolean isRawDataSource, java.util.Set<Expression> sourceExpressions, java.util.Set<Expression> aggregationExpressions, java.util.Set<Expression> aggregationTransformExpressions, java.util.Set<Expression> transformExpressions, Expression queryFilter, Expression havingExpression, java.util.List<java.lang.Integer> measurementIndexes, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitSchemaFetch(SchemaFetchStatement schemaFetchStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitShowChildNodes(ShowChildNodesStatement showChildNodesStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitShowChildPaths(ShowChildPathsStatement showChildPathsStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitShowDevices(ShowDevicesStatement showDevicesStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitShowPathsUsingTemplate(ShowPathsUsingTemplateStatement showPathsUsingTemplateStatement, MPPQueryContext context)PlanNodeLogicalPlanVisitor. visitShowTimeSeries(ShowTimeSeriesStatement showTimeSeriesStatement, MPPQueryContext context)Constructors in org.apache.iotdb.db.mpp.plan.planner with parameters of type MPPQueryContext Constructor Description LogicalPlanBuilder(MPPQueryContext context)LogicalPlanner(MPPQueryContext context, java.util.List<PlanOptimizer> optimizers) -
Uses of MPPQueryContext in org.apache.iotdb.db.mpp.plan.planner.distribution
Fields in org.apache.iotdb.db.mpp.plan.planner.distribution declared as MPPQueryContext Modifier and Type Field Description protected MPPQueryContextDistributionPlanContext. queryContextprotected MPPQueryContextNodeGroupContext. queryContextConstructors in org.apache.iotdb.db.mpp.plan.planner.distribution with parameters of type MPPQueryContext Constructor Description DistributionPlanContext(MPPQueryContext queryContext)NodeGroupContext(MPPQueryContext queryContext)SimpleFragmentParallelPlanner(SubPlan subPlan, Analysis analysis, MPPQueryContext context)WriteFragmentParallelPlanner(SubPlan subPlan, Analysis analysis, MPPQueryContext queryContext) -
Uses of MPPQueryContext in org.apache.iotdb.db.mpp.plan.planner.plan
Methods in org.apache.iotdb.db.mpp.plan.planner.plan that return MPPQueryContext Modifier and Type Method Description MPPQueryContextDistributedQueryPlan. getContext()MPPQueryContextLogicalQueryPlan. getContext()Constructors in org.apache.iotdb.db.mpp.plan.planner.plan with parameters of type MPPQueryContext Constructor Description DistributedQueryPlan(MPPQueryContext context, SubPlan rootSubPlan, java.util.List<PlanFragment> fragments, java.util.List<FragmentInstance> instances)LogicalQueryPlan(MPPQueryContext context, PlanNode rootNode) -
Uses of MPPQueryContext in org.apache.iotdb.db.mpp.plan.scheduler
Constructors in org.apache.iotdb.db.mpp.plan.scheduler with parameters of type MPPQueryContext Constructor Description ClusterScheduler(MPPQueryContext queryContext, QueryStateMachine stateMachine, java.util.List<FragmentInstance> instances, QueryType queryType, java.util.concurrent.ExecutorService executor, java.util.concurrent.ExecutorService writeOperationExecutor, java.util.concurrent.ScheduledExecutorService scheduledExecutor, org.apache.iotdb.commons.client.IClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,org.apache.iotdb.commons.client.sync.SyncDataNodeInternalServiceClient> internalServiceClientManager)FragmentInstanceDispatcherImpl(QueryType type, MPPQueryContext queryContext, java.util.concurrent.ExecutorService executor, java.util.concurrent.ExecutorService writeOperationExecutor, org.apache.iotdb.commons.client.IClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,org.apache.iotdb.commons.client.sync.SyncDataNodeInternalServiceClient> internalServiceClientManager)SimpleQueryTerminator(java.util.concurrent.ScheduledExecutorService scheduledExecutor, MPPQueryContext queryContext, java.util.List<FragmentInstance> fragmentInstances, org.apache.iotdb.commons.client.IClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,org.apache.iotdb.commons.client.sync.SyncDataNodeInternalServiceClient> internalServiceClientManager)StandaloneScheduler(MPPQueryContext queryContext, QueryStateMachine stateMachine, java.util.List<FragmentInstance> instances, QueryType queryType, java.util.concurrent.ScheduledExecutorService scheduledExecutor, org.apache.iotdb.commons.client.IClientManager<org.apache.iotdb.common.rpc.thrift.TEndPoint,org.apache.iotdb.commons.client.sync.SyncDataNodeInternalServiceClient> internalServiceClientManager)
-