Uses of Class
org.apache.drill.exec.compile.TemplateClassDefinition
Package
Description
Runtime code-generation, compilation and bytecode-manipulation utilities.
Drill expression materialization and evaluation facilities.
-
Uses of TemplateClassDefinition in org.apache.drill.exec.compile
Modifier and TypeMethodDescriptionClass<?>
ClassTransformer.getImplementationClass
(QueryClassLoader classLoader, TemplateClassDefinition<?> templateDefinition, String entireClass, String materializedClassName) -
Uses of TemplateClassDefinition in org.apache.drill.exec.expr
Modifier and TypeMethodDescriptionstatic <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) -
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.aggregate
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<HashAggregator>
HashAggregator.TEMPLATE_DEFINITION
static final TemplateClassDefinition<StreamingAggregator>
StreamingAggregator.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.common
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<HashTable>
HashTable.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.filter
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<Filterer>
Filterer.TEMPLATE_DEFINITION2
static final TemplateClassDefinition<Filterer>
Filterer.TEMPLATE_DEFINITION4
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.flatten
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<Flattener>
Flattener.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.join
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<JoinWorker>
JoinWorker.TEMPLATE_DEFINITION
static final TemplateClassDefinition<NestedLoopJoin>
NestedLoopJoin.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.mergereceiver
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<MergingReceiverGeneratorBase>
MergingReceiverGeneratorBase.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.orderedpartitioner
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<OrderedPartitionProjector>
OrderedPartitionProjector.TEMPLATE_DEFINITION
static final TemplateClassDefinition<SampleCopier>
SampleCopier.TEMPLATE_DEFINITION
static final TemplateClassDefinition<SampleSorter>
SampleSorter.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.partitionsender
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<Partitioner>
Partitioner.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.project
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<Projector>
Projector.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.sort
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<Sorter>
Sorter.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.TopN
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<PriorityQueue>
PriorityQueue.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.union
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<UnionAller>
UnionAller.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.window
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<WindowFramer>
WindowFramer.FRAME_TEMPLATE_DEFINITION
static final TemplateClassDefinition<WindowFramer>
WindowFramer.NOFRAME_TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.xsort
Modifier and TypeFieldDescriptionstatic final TemplateClassDefinition<MSorter>
MSorter.TEMPLATE_DEFINITION
static final TemplateClassDefinition<PriorityQueueCopier>
PriorityQueueCopier.TEMPLATE_DEFINITION
static final TemplateClassDefinition<SingleBatchSorter>
SingleBatchSorter.TEMPLATE_DEFINITION