| Package | Description |
|---|---|
| org.apache.drill.exec.physical.base | |
| org.apache.drill.exec.physical.config | |
| org.apache.drill.exec.planner.fragment | |
| org.apache.drill.exec.planner.fragment.contrib | |
| org.apache.drill.exec.store.mock |
Defines a mock data source which generates dummy test data for use
in testing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStore |
| Modifier and Type | Method and Description |
|---|---|
Store |
Store.getSpecificStore(PhysicalOperator child,
int minorFragmentId)
Provides full materialized Store operators for execution purposes.
|
| Modifier and Type | Method and Description |
|---|---|
RETURN |
PhysicalVisitor.visitStore(Store store,
EXTRA value) |
T |
AbstractPhysicalVisitor.visitStore(Store store,
X value) |
| Modifier and Type | Class and Description |
|---|---|
class |
Screen |
| Modifier and Type | Method and Description |
|---|---|
Store |
Screen.getSpecificStore(PhysicalOperator child,
int minorFragmentId) |
| Modifier and Type | Method and Description |
|---|---|
PhysicalOperator |
Materializer.visitStore(Store store,
Materializer.IndexedFragmentNode iNode) |
Void |
StatsCollector.visitStore(Store store,
Wrapper wrapper) |
| Modifier and Type | Method and Description |
|---|---|
PhysicalOperator |
ExchangeRemoverMaterializer.visitStore(Store store,
Materializer.IndexedFragmentNode iNode) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockStorePOP |
| Modifier and Type | Method and Description |
|---|---|
Store |
MockStorePOP.getSpecificStore(PhysicalOperator child,
int minorFragmentId) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.