Uses of Class
org.apache.drill.exec.physical.config.UnnestPOP
Packages that use UnnestPOP
Package
Description
-
Uses of UnnestPOP in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base with parameters of type UnnestPOPModifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitUnnest
(UnnestPOP unnest, X value) PhysicalVisitor.visitUnnest
(UnnestPOP unnest, EXTRA value) -
Uses of UnnestPOP in org.apache.drill.exec.physical.config
Methods in org.apache.drill.exec.physical.config that return UnnestPOPMethods in org.apache.drill.exec.physical.config with parameters of type UnnestPOP -
Uses of UnnestPOP in org.apache.drill.exec.physical.impl.unnest
Methods in org.apache.drill.exec.physical.impl.unnest with parameters of type UnnestPOPModifier and TypeMethodDescriptionUnnestBatchCreator.getBatch
(ExecutorFragmentContext context, UnnestPOP config, List<RecordBatch> children) Constructors in org.apache.drill.exec.physical.impl.unnest with parameters of type UnnestPOP -
Uses of UnnestPOP in org.apache.drill.exec.planner.fragment
Methods in org.apache.drill.exec.planner.fragment that return UnnestPOPMethods in org.apache.drill.exec.planner.fragment with parameters of type UnnestPOPModifier and TypeMethodDescriptionvoid
Materializer.visitUnnest
(UnnestPOP unnest, Materializer.IndexedFragmentNode value) -
Uses of UnnestPOP in org.apache.drill.exec.planner.physical
Fields in org.apache.drill.exec.planner.physical declared as UnnestPOP