Uses of Class
org.apache.drill.exec.planner.PhysicalPlanReader
Packages that use PhysicalPlanReader
Package
Description
-
Uses of PhysicalPlanReader in org.apache.drill.exec.ops
Methods in org.apache.drill.exec.ops that return PhysicalPlanReaderModifier and TypeMethodDescriptionExecutorFragmentContext.getPlanReader()
FragmentContextImpl.getPlanReader()
-
Uses of PhysicalPlanReader in org.apache.drill.exec.planner.fragment
Methods in org.apache.drill.exec.planner.fragment with parameters of type PhysicalPlanReaderModifier 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
Methods in org.apache.drill.exec.planner.fragment.contrib with parameters of type PhysicalPlanReaderModifier 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
Methods in org.apache.drill.exec.server that return PhysicalPlanReader -
Uses of PhysicalPlanReader in org.apache.drill.exec.work
Methods in org.apache.drill.exec.work with parameters of type PhysicalPlanReaderModifier and TypeMethodDescriptionvoid
QueryWorkUnit.applyPlan
(PhysicalPlanReader reader) QueryWorkUnit.MinorFragmentDefn.applyPlan
(PhysicalPlanReader reader)