Uses of Class
org.apache.iotdb.db.mpp.plan.planner.plan.PlanFragment
-
Packages that use PlanFragment Package Description org.apache.iotdb.db.mpp.execution.fragment org.apache.iotdb.db.mpp.plan.planner.plan -
-
Uses of PlanFragment in org.apache.iotdb.db.mpp.execution.fragment
Constructors in org.apache.iotdb.db.mpp.execution.fragment with parameters of type PlanFragment Constructor Description FragmentInfo(PlanFragmentId stageId, FragmentState state, PlanFragment plan, java.util.List<FragmentInfo> childrenFragments) -
Uses of PlanFragment in org.apache.iotdb.db.mpp.plan.planner.plan
Methods in org.apache.iotdb.db.mpp.plan.planner.plan that return PlanFragment Modifier and Type Method Description static PlanFragmentPlanFragment. deserialize(java.nio.ByteBuffer byteBuffer)PlanFragmentFragmentInstance. getFragment()PlanFragmentSubPlan. getPlanFragment()Methods in org.apache.iotdb.db.mpp.plan.planner.plan that return types with arguments of type PlanFragment Modifier and Type Method Description java.util.List<PlanFragment>DistributedQueryPlan. getFragments()java.util.List<PlanFragment>SubPlan. getPlanFragmentList()Constructors in org.apache.iotdb.db.mpp.plan.planner.plan with parameters of type PlanFragment Constructor Description FragmentInstance(PlanFragment fragment, FragmentInstanceId id, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, QueryType type, long timeOut)FragmentInstance(PlanFragment fragment, FragmentInstanceId id, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, QueryType type, long timeOut, boolean isRoot)SubPlan(PlanFragment planFragment)Constructor parameters in org.apache.iotdb.db.mpp.plan.planner.plan with type arguments of type PlanFragment Constructor Description DistributedQueryPlan(MPPQueryContext context, SubPlan rootSubPlan, java.util.List<PlanFragment> fragments, java.util.List<FragmentInstance> instances)
-