Uses of Class
org.apache.drill.exec.compile.sig.MappingSet
Packages that use MappingSet
Package
Description
Drill expression materialization and evaluation facilities.
-
Uses of MappingSet in org.apache.drill.exec.expr
Methods in org.apache.drill.exec.expr that return MappingSetModifier and TypeMethodDescriptionstatic MappingSetClassGenerator.getDefaultMapping()ClassGenerator.getMappingSet()Methods in org.apache.drill.exec.expr with parameters of type MappingSetModifier and TypeMethodDescriptionstatic <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) voidClassGenerator.setMappingSet(MappingSet mappings) -
Uses of MappingSet in org.apache.drill.exec.physical.impl.sort
Methods in org.apache.drill.exec.physical.impl.sort with parameters of type MappingSetModifier and TypeMethodDescriptionstatic SorterSortBatch.createNewSorter(FragmentContext context, List<Order.Ordering> orderings, VectorAccessible batch, MappingSet mainMapping, MappingSet leftMapping, MappingSet rightMapping) -
Uses of MappingSet in org.apache.drill.exec.physical.impl.TopN
Methods in org.apache.drill.exec.physical.impl.TopN that return MappingSetModifier and TypeMethodDescriptionstatic MappingSetTopNBatch.createLeftMappingSet()static MappingSetTopNBatch.createMainMappingSet()static MappingSetTopNBatch.createRightMappingSet()Methods in org.apache.drill.exec.physical.impl.TopN with parameters of type MappingSetModifier and TypeMethodDescriptionstatic PriorityQueueTopNBatch.createNewPriorityQueue(MappingSet mainMapping, MappingSet leftMapping, MappingSet rightMapping, List<Order.Ordering> orderings, VectorAccessible batch, boolean unionTypeEnabled, boolean codegenDump, int limit, BufferAllocator allocator, BatchSchema.SelectionVectorMode mode, FragmentContext context) -
Uses of MappingSet in org.apache.drill.exec.physical.impl.xsort
Fields in org.apache.drill.exec.physical.impl.xsort declared as MappingSetModifier and TypeFieldDescriptionprotected final MappingSetBaseSortWrapper.LEFT_MAPPINGprotected final MappingSetBaseSortWrapper.MAIN_MAPPINGprotected final MappingSetBaseSortWrapper.RIGHT_MAPPING