| Package | Description |
|---|---|
| org.apache.drill.exec.expr |
Drill expression materialization and evaluation facilities.
|
| org.apache.drill.exec.physical.impl.join | |
| org.apache.drill.exec.physical.impl.mergereceiver | |
| org.apache.drill.exec.physical.impl.orderedpartitioner | |
| org.apache.drill.exec.physical.impl.sort | |
| org.apache.drill.exec.physical.impl.TopN | |
| org.apache.drill.exec.physical.impl.xsort.managed |
| Modifier and Type | Method and Description |
|---|---|
static MappingSet |
ClassGenerator.getDefaultMapping() |
MappingSet |
ClassGenerator.getMappingSet() |
| Modifier and Type | Method and Description |
|---|---|
static <T> CodeGenerator<T> |
CodeGenerator.get(MappingSet mappingSet,
TemplateClassDefinition<T> definition,
OptionSet optionManager) |
static <T> ClassGenerator<T> |
CodeGenerator.getRoot(MappingSet mappingSet,
TemplateClassDefinition<T> definition,
OptionSet optionManager) |
void |
ClassGenerator.setMappingSet(MappingSet mappings) |
| Modifier and Type | Field and Description |
|---|---|
MappingSet |
MergeJoinBatch.compareMapping |
MappingSet |
MergeJoinBatch.compareRightMapping |
MappingSet |
MergeJoinBatch.copyLeftMapping |
MappingSet |
MergeJoinBatch.copyRightMappping |
MappingSet |
MergeJoinBatch.setupMapping |
| Modifier and Type | Field and Description |
|---|---|
static MappingSet |
MergingReceiverGeneratorBase.compareMapping |
MappingSet |
MergingRecordBatch.COPIER_MAPPING_SET |
static MappingSet |
MergingReceiverGeneratorBase.copyMapping |
MappingSet |
MergingRecordBatch.LEFT_MAPPING |
MappingSet |
MergingRecordBatch.MAIN_MAPPING |
MappingSet |
MergingRecordBatch.RIGHT_MAPPING |
| Modifier and Type | Field and Description |
|---|---|
MappingSet |
OrderedPartitionRecordBatch.incomingMapping |
MappingSet |
OrderedPartitionRecordBatch.mainMapping |
MappingSet |
OrderedPartitionRecordBatch.partitionMapping |
| Modifier and Type | Field and Description |
|---|---|
MappingSet |
SortBatch.leftMapping |
MappingSet |
SortBatch.mainMapping |
MappingSet |
SortBatch.rightMapping |
| Modifier and Type | Method and Description |
|---|---|
static Sorter |
SortBatch.createNewSorter(FragmentContext context,
List<Order.Ordering> orderings,
VectorAccessible batch,
MappingSet mainMapping,
MappingSet leftMapping,
MappingSet rightMapping) |
| Modifier and Type | Field and Description |
|---|---|
MappingSet |
TopNBatch.leftMapping |
MappingSet |
TopNBatch.mainMapping |
MappingSet |
TopNBatch.rightMapping |
| Modifier and Type | Method and Description |
|---|---|
static MappingSet |
TopNBatch.createLeftMappingSet() |
static MappingSet |
TopNBatch.createMainMappingSet() |
static MappingSet |
TopNBatch.createRightMappingSet() |
| Modifier and Type | Method and Description |
|---|---|
static PriorityQueue |
TopNBatch.createNewPriorityQueue(MappingSet mainMapping,
MappingSet leftMapping,
MappingSet rightMapping,
OptionSet optionSet,
FunctionLookupContext functionLookupContext,
CodeCompiler codeCompiler,
List<Order.Ordering> orderings,
VectorAccessible batch,
boolean unionTypeEnabled,
boolean codegenDump,
int limit,
BufferAllocator allocator,
BatchSchema.SelectionVectorMode mode) |
| Modifier and Type | Field and Description |
|---|---|
protected static MappingSet |
BaseSortWrapper.LEFT_MAPPING |
protected static MappingSet |
BaseSortWrapper.MAIN_MAPPING |
protected static MappingSet |
BaseSortWrapper.RIGHT_MAPPING |
Copyright © 2017 The Apache Software Foundation. All rights reserved.