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_DEFINITIONstatic 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_DEFINITION2static 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_DEFINITIONstatic 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_DEFINITIONstatic final TemplateClassDefinition<SampleCopier> SampleCopier.TEMPLATE_DEFINITIONstatic 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_DEFINITIONstatic 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_DEFINITIONstatic final TemplateClassDefinition<PriorityQueueCopier> PriorityQueueCopier.TEMPLATE_DEFINITIONstatic final TemplateClassDefinition<SingleBatchSorter> SingleBatchSorter.TEMPLATE_DEFINITION