| Package | Description |
|---|---|
| org.apache.drill.exec.ops | |
| org.apache.drill.exec.planner | |
| org.apache.drill.exec.planner.fragment | |
| org.apache.drill.exec.planner.fragment.contrib | |
| org.apache.drill.exec.pop | |
| org.apache.drill.exec.server | |
| org.apache.drill.exec.work | |
| org.apache.drill.test |
Provides a variety of test framework tools to simplify Drill unit
tests and ad-hoc tests created while developing features.
|
| Modifier and Type | Method and Description |
|---|---|
PhysicalPlanReader |
FragmentContextImpl.getPlanReader() |
PhysicalPlanReader |
ExecutorFragmentContext.getPlanReader() |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalPlanReader |
PhysicalPlanReaderTestFactory.defaultPhysicalPlanReader(DrillbitContext c) |
static PhysicalPlanReader |
PhysicalPlanReaderTestFactory.defaultPhysicalPlanReader(DrillbitContext c,
StoragePluginRegistry storageRegistry) |
static PhysicalPlanReader |
PhysicalPlanReaderTestFactory.defaultPhysicalPlanReader(DrillConfig c) |
static PhysicalPlanReader |
PhysicalPlanReaderTestFactory.defaultPhysicalPlanReader(DrillConfig c,
StoragePluginRegistry storageRegistry) |
| 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 |
|---|---|
static Fragment |
PopUnitTestBase.getRootFragment(PhysicalPlanReader reader,
String file) |
static Fragment |
PopUnitTestBase.getRootFragmentFromPlanString(PhysicalPlanReader reader,
String planString) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
PhysicalPlanReader |
PhysicalOpUnitTestBase.MockExecutorFragmentContext.getPlanReader() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.