| Package | Description |
|---|---|
| org.apache.drill.exec.ops | |
| org.apache.drill.exec.physical.impl | |
| org.apache.drill.exec.physical.impl.broadcastsender | |
| org.apache.drill.exec.physical.impl.partitionsender | |
| 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 | Interface and Description |
|---|---|
interface |
ExecutorFragmentContext
The context that is used by a Drillbit in classes like the
FragmentExecutor. |
| Modifier and Type | Class and Description |
|---|---|
class |
FragmentContextImpl
This is the core Context which implements all the Context interfaces:
FragmentContext: A context provided to non-exchange
operators.
ExchangeFragmentContext: A context provided to exchange
operators.
RootFragmentContext: A context provided to fragment roots.
ExecutorFragmentContext: A context used by the Drillbit.
The interfaces above expose resources to varying degrees. |
| Modifier and Type | Field and Description |
|---|---|
protected RootFragmentContext |
BaseRootExec.fragmentContext |
| Modifier and Type | Method and Description |
|---|---|
RootFragmentContext |
ScreenCreator.ScreenRoot.getContext() |
RootFragmentContext |
SimpleRootExec.getContext()
Deprecated.
|
| Constructor and Description |
|---|
BaseRootExec(RootFragmentContext fragmentContext,
OperatorContext oContext,
PhysicalOperator config) |
BaseRootExec(RootFragmentContext fragmentContext,
PhysicalOperator config) |
ScreenRoot(RootFragmentContext context,
RecordBatch incoming,
Screen config) |
SingleSenderRootExec(RootFragmentContext context,
RecordBatch batch,
SingleSender config) |
| Constructor and Description |
|---|
BroadcastSenderRootExec(RootFragmentContext context,
RecordBatch incoming,
BroadcastSender config) |
| Constructor and Description |
|---|
PartitionSenderRootExec(RootFragmentContext context,
RecordBatch incoming,
HashPartitionSender operator) |
PartitionSenderRootExec(RootFragmentContext context,
RecordBatch incoming,
HashPartitionSender operator,
boolean closeIncoming) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PhysicalOpUnitTestBase.MockExecutorFragmentContext
Note
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.