Uses of Class
org.apache.drill.exec.planner.fragment.PlanningSet
Packages that use PlanningSet
-
Uses of PlanningSet in org.apache.drill.exec.planner.fragment
Methods in org.apache.drill.exec.planner.fragment that return PlanningSetMethods in org.apache.drill.exec.planner.fragment with parameters of type PlanningSetModifier and TypeMethodDescriptionvoidDefaultQueryParallelizer.adjustMemory(PlanningSet planningSet, Set<Wrapper> roots, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) voidQueueQueryParallelizer.adjustMemory(PlanningSet planningSet, Set<Wrapper> roots, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) Function called by the SimpleParallelizer to adjust the memory post parallelization.abstract voidSimpleParallelizer.adjustMemory(PlanningSet planningSet, Set<Wrapper> roots, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) voidSimpleParallelizer.collectStatsAndParallelizeFragments(PlanningSet planningSet, Set<Wrapper> roots, Collection<CoordinationProtos.DrillbitEndpoint> activeEndpoints) Traverse all the major fragments and parallelize each major fragment based on collected stats.protected QueryWorkUnitSimpleParallelizer.generateWorkUnit(OptionList options, CoordinationProtos.DrillbitEndpoint foremanNode, UserBitShared.QueryId queryId, Fragment rootNode, PlanningSet planningSet, UserSession session, BitControl.QueryContextInformation queryContextInfo) SimpleParallelizer.getRootFragments(PlanningSet planningSet) voidSimpleParallelizer.initFragmentWrappers(Fragment rootFragment, PlanningSet planningSet) Constructors in org.apache.drill.exec.planner.fragment with parameters of type PlanningSetModifierConstructorDescriptionMemoryCalculator(PlanningSet planningSet, QueryContext context) StatsCollector(PlanningSet planningSet)