Class DistributedQueryPlan
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.planner.plan.DistributedQueryPlan
-
public class DistributedQueryPlan extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DistributedQueryPlan(MPPQueryContext context, SubPlan rootSubPlan, java.util.List<PlanFragment> fragments, java.util.List<FragmentInstance> instances)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MPPQueryContextgetContext()java.util.List<PlanFragment>getFragments()java.util.List<FragmentInstance>getInstances()SubPlangetRootSubPlan()
-
-
-
Constructor Detail
-
DistributedQueryPlan
public DistributedQueryPlan(MPPQueryContext context, SubPlan rootSubPlan, java.util.List<PlanFragment> fragments, java.util.List<FragmentInstance> instances)
-
-
Method Detail
-
getFragments
public java.util.List<PlanFragment> getFragments()
-
getRootSubPlan
public SubPlan getRootSubPlan()
-
getContext
public MPPQueryContext getContext()
-
getInstances
public java.util.List<FragmentInstance> getInstances()
-
-