| Package | Description |
|---|---|
| org.apache.drill.exec.ops | |
| org.apache.drill.exec.physical.impl.xsort | |
| org.apache.drill.exec.physical.impl.xsort.managed |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFragmentContext
Common implementation for both the test and production versions
of the fragment context.
|
class |
FragmentContext
Contextual objects required for execution of a particular fragment.
|
| Modifier and Type | Field and Description |
|---|---|
protected FragmentContextInterface |
BaseOperatorContext.context |
| Modifier and Type | Method and Description |
|---|---|
FragmentContextInterface |
OperatorContext.getFragmentContext() |
FragmentContextInterface |
BaseOperatorContext.getFragmentContext() |
| Constructor and Description |
|---|
BaseOperatorContext(FragmentContextInterface context,
BufferAllocator allocator,
PhysicalOperator popConfig) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
SingleBatchSorterTemplate.doSetup(FragmentContextInterface context,
VectorAccessible incoming,
RecordBatch outgoing) |
void |
SingleBatchSorterTemplate.setup(FragmentContextInterface context,
SelectionVector2 vector2,
VectorAccessible incoming) |
void |
SingleBatchSorter.setup(FragmentContextInterface context,
SelectionVector2 vector2,
VectorAccessible incoming) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MSortTemplate.doSetup(FragmentContextInterface context,
VectorContainer incoming,
RecordBatch outgoing) |
void |
MSorter.setup(FragmentContextInterface context,
BufferAllocator allocator,
SelectionVector4 vector4,
VectorContainer hyperBatch,
int outputBatchSize,
int desiredBatchSize) |
void |
MSortTemplate.setup(FragmentContextInterface context,
BufferAllocator allocator,
SelectionVector4 vector4,
VectorContainer hyperBatch,
int outputBatchSize,
int desiredBatchSize) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.