Uses of Class
org.apache.drill.exec.physical.config.UnpivotMaps
Packages that use UnpivotMaps
-
Uses of UnpivotMaps in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base with parameters of type UnpivotMapsModifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitUnpivot
(UnpivotMaps op, X value) PhysicalVisitor.visitUnpivot
(UnpivotMaps op, EXTRA value) -
Uses of UnpivotMaps in org.apache.drill.exec.physical.impl.unpivot
Methods in org.apache.drill.exec.physical.impl.unpivot with parameters of type UnpivotMapsModifier and TypeMethodDescriptionUnpivotMapsBatchCreator.getBatch
(ExecutorFragmentContext context, UnpivotMaps config, List<RecordBatch> children) Constructors in org.apache.drill.exec.physical.impl.unpivot with parameters of type UnpivotMapsModifierConstructorDescriptionUnpivotMapsRecordBatch
(UnpivotMaps pop, RecordBatch incoming, FragmentContext context)