| Package | Description |
|---|---|
| org.apache.drill.exec.planner.fragment | |
| org.apache.drill.exec.planner.fragment.contrib | |
| org.apache.drill.exec.server | |
| org.apache.drill.exec.work |
| Modifier and Type | Method and Description |
|---|---|
List<QueryWorkUnit> |
SimpleParallelizer.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
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryWorkUnit> |
SplittingParallelizer.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
|
| Modifier and Type | Method and Description |
|---|---|
PhysicalPlanReader |
DrillbitContext.getPlanReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryWorkUnit.applyPlan(PhysicalPlanReader reader) |
BitControl.PlanFragment |
QueryWorkUnit.MinorFragmentDefn.applyPlan(PhysicalPlanReader reader) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.