Uses of Class
org.apache.drill.exec.planner.PhysicalPlanReader
Package
Description
-
Uses of PhysicalPlanReader in org.apache.drill.exec.ops
Modifier and TypeMethodDescriptionExecutorFragmentContext.getPlanReader()
FragmentContextImpl.getPlanReader()
-
Uses of PhysicalPlanReader in org.apache.drill.exec.planner.fragment
Modifier and TypeMethodDescriptionSimpleParallelizer.getSplitFragments
(OptionList options, CoordinationProtos.DrillbitEndpoint foremanNode, UserBitShared.QueryId queryId, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints, PhysicalPlanReader reader, Fragment rootFragment, UserSession session, BitControl.QueryContextInformation queryContextInfo) Create multiple physical plans from original query planning, it will allow execute them eventually independently -
Uses of PhysicalPlanReader in org.apache.drill.exec.planner.fragment.contrib
Modifier and TypeMethodDescriptionSplittingParallelizer.getSplitFragments
(OptionList options, CoordinationProtos.DrillbitEndpoint foremanNode, UserBitShared.QueryId queryId, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints, PhysicalPlanReader reader, Fragment rootFragment, UserSession session, BitControl.QueryContextInformation queryContextInfo) Create multiple physical plans from original query planning, it will allow execute them eventually independently -
Uses of PhysicalPlanReader in org.apache.drill.exec.server
-
Uses of PhysicalPlanReader in org.apache.drill.exec.work
Modifier and TypeMethodDescriptionvoid
QueryWorkUnit.applyPlan
(PhysicalPlanReader reader) QueryWorkUnit.MinorFragmentDefn.applyPlan
(PhysicalPlanReader reader)