Uses of Class
org.apache.drill.exec.compile.TemplateClassDefinition
Packages that use 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
Methods in org.apache.drill.exec.compile with parameters of type TemplateClassDefinitionModifier and TypeMethodDescriptionClass
<?> ClassTransformer.getImplementationClass
(QueryClassLoader classLoader, TemplateClassDefinition<?> templateDefinition, String entireClass, String materializedClassName) -
Uses of TemplateClassDefinition in org.apache.drill.exec.expr
Methods in org.apache.drill.exec.expr that return TemplateClassDefinitionMethods in org.apache.drill.exec.expr with parameters of type TemplateClassDefinitionModifier 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
Fields in org.apache.drill.exec.physical.impl.aggregate declared as TemplateClassDefinitionModifier 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
Fields in org.apache.drill.exec.physical.impl.common declared as TemplateClassDefinitionModifier and TypeFieldDescriptionstatic final TemplateClassDefinition
<HashTable> HashTable.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.filter
Fields in org.apache.drill.exec.physical.impl.filter declared as TemplateClassDefinitionModifier 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
Fields in org.apache.drill.exec.physical.impl.flatten declared as TemplateClassDefinitionModifier and TypeFieldDescriptionstatic final TemplateClassDefinition
<Flattener> Flattener.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.join
Fields in org.apache.drill.exec.physical.impl.join declared as TemplateClassDefinitionModifier 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
Fields in org.apache.drill.exec.physical.impl.mergereceiver declared as TemplateClassDefinitionModifier and TypeFieldDescriptionstatic final TemplateClassDefinition
<MergingReceiverGeneratorBase> MergingReceiverGeneratorBase.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.orderedpartitioner
Fields in org.apache.drill.exec.physical.impl.orderedpartitioner declared as TemplateClassDefinitionModifier 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
Fields in org.apache.drill.exec.physical.impl.partitionsender declared as TemplateClassDefinitionModifier and TypeFieldDescriptionstatic final TemplateClassDefinition
<Partitioner> Partitioner.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.project
Fields in org.apache.drill.exec.physical.impl.project declared as TemplateClassDefinitionModifier and TypeFieldDescriptionstatic final TemplateClassDefinition
<Projector> Projector.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.sort
Fields in org.apache.drill.exec.physical.impl.sort declared as TemplateClassDefinitionModifier and TypeFieldDescriptionstatic final TemplateClassDefinition
<Sorter> Sorter.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.TopN
Fields in org.apache.drill.exec.physical.impl.TopN declared as TemplateClassDefinitionModifier and TypeFieldDescriptionstatic final TemplateClassDefinition
<PriorityQueue> PriorityQueue.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.union
Fields in org.apache.drill.exec.physical.impl.union declared as TemplateClassDefinitionModifier and TypeFieldDescriptionstatic final TemplateClassDefinition
<UnionAller> UnionAller.TEMPLATE_DEFINITION
-
Uses of TemplateClassDefinition in org.apache.drill.exec.physical.impl.window
Fields in org.apache.drill.exec.physical.impl.window declared as TemplateClassDefinitionModifier 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
Fields in org.apache.drill.exec.physical.impl.xsort declared as TemplateClassDefinitionModifier and TypeFieldDescriptionstatic final TemplateClassDefinition
<MSorter> MSorter.TEMPLATE_DEFINITION
static final TemplateClassDefinition
<PriorityQueueCopier> PriorityQueueCopier.TEMPLATE_DEFINITION
static final TemplateClassDefinition
<SingleBatchSorter> SingleBatchSorter.TEMPLATE_DEFINITION