Package | Description |
---|---|
org.apache.drill.exec.compile |
Runtime code-generation, compilation and bytecode-manipulation utilities.
|
org.apache.drill.exec.expr |
Drill expression materialization and evaluation facilities.
|
org.apache.drill.exec.physical.impl.aggregate | |
org.apache.drill.exec.physical.impl.common | |
org.apache.drill.exec.physical.impl.filter | |
org.apache.drill.exec.physical.impl.flatten | |
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.partitionsender | |
org.apache.drill.exec.physical.impl.project | |
org.apache.drill.exec.physical.impl.sort | |
org.apache.drill.exec.physical.impl.TopN | |
org.apache.drill.exec.physical.impl.union | |
org.apache.drill.exec.physical.impl.window | |
org.apache.drill.exec.physical.impl.xsort |
Modifier and Type | Method and Description |
---|---|
Class<?> |
ClassTransformer.getImplementationClass(QueryClassLoader classLoader,
TemplateClassDefinition<?> templateDefinition,
String entireClass,
String materializedClassName) |
Modifier and Type | Method and Description |
---|---|
TemplateClassDefinition<T> |
CodeGenerator.getDefinition() |
Modifier and Type | Method and Description |
---|---|
static <T> CodeGenerator<T> |
CodeGenerator.get(MappingSet mappingSet,
TemplateClassDefinition<T> definition,
OptionSet optionManager) |
static <T> CodeGenerator<T> |
CodeGenerator.get(TemplateClassDefinition<T> definition) |
static <T> CodeGenerator<T> |
CodeGenerator.get(TemplateClassDefinition<T> definition,
OptionSet optionManager) |
static <T> ClassGenerator<T> |
CodeGenerator.getRoot(MappingSet mappingSet,
TemplateClassDefinition<T> definition,
OptionSet optionManager) |
static <T> ClassGenerator<T> |
CodeGenerator.getRoot(TemplateClassDefinition<T> definition,
OptionSet optionManager) |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<HashAggregator> |
HashAggregator.TEMPLATE_DEFINITION |
static TemplateClassDefinition<StreamingAggregator> |
StreamingAggregator.TEMPLATE_DEFINITION |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<HashTable> |
HashTable.TEMPLATE_DEFINITION |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<Filterer> |
Filterer.TEMPLATE_DEFINITION2 |
static TemplateClassDefinition<Filterer> |
Filterer.TEMPLATE_DEFINITION4 |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<Flattener> |
Flattener.TEMPLATE_DEFINITION |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<HashJoinProbe> |
HashJoinProbe.TEMPLATE_DEFINITION |
static TemplateClassDefinition<JoinWorker> |
JoinWorker.TEMPLATE_DEFINITION |
static TemplateClassDefinition<NestedLoopJoin> |
NestedLoopJoin.TEMPLATE_DEFINITION |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<MergingReceiverGeneratorBase> |
MergingReceiverGeneratorBase.TEMPLATE_DEFINITION |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<OrderedPartitionProjector> |
OrderedPartitionProjector.TEMPLATE_DEFINITION |
static TemplateClassDefinition<SampleCopier> |
SampleCopier.TEMPLATE_DEFINITION |
static TemplateClassDefinition<SampleSorter> |
SampleSorter.TEMPLATE_DEFINITION |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<Partitioner> |
Partitioner.TEMPLATE_DEFINITION |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<Projector> |
Projector.TEMPLATE_DEFINITION |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<Sorter> |
Sorter.TEMPLATE_DEFINITION |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<PriorityQueue> |
PriorityQueue.TEMPLATE_DEFINITION |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<UnionAller> |
UnionAller.TEMPLATE_DEFINITION |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<WindowFramer> |
WindowFramer.FRAME_TEMPLATE_DEFINITION |
static TemplateClassDefinition<WindowFramer> |
WindowFramer.NOFRAME_TEMPLATE_DEFINITION |
Modifier and Type | Field and Description |
---|---|
static TemplateClassDefinition<MSorter> |
MSorter.TEMPLATE_DEFINITION |
static TemplateClassDefinition<PriorityQueueCopier> |
PriorityQueueCopier.TEMPLATE_DEFINITION |
static TemplateClassDefinition<SingleBatchSorter> |
SingleBatchSorter.TEMPLATE_DEFINITION |
Copyright © 1970 The Apache Software Foundation. All rights reserved.