| Package | Description |
|---|---|
| org.apache.drill.exec.ops | |
| 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 | 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 | Class and Description |
|---|---|
static class |
OperatorFixture.MockFragmentContext
Provide a simplified test-time code generation context that
uses the same code generation mechanism as the full Drill, but
provide test-specific versions of various other services.
|
protected static class |
PhysicalOpUnitTestBase.MockExecutorFragmentContext
Note
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.