Uses of Class
org.apache.drill.exec.physical.config.WindowPOP
Packages that use WindowPOP
-
Uses of WindowPOP in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base with parameters of type WindowPOPModifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitWindowFrame
(WindowPOP windowFrame, X value) PhysicalVisitor.visitWindowFrame
(WindowPOP op, EXTRA value) -
Uses of WindowPOP in org.apache.drill.exec.physical.impl.window
Methods in org.apache.drill.exec.physical.impl.window with parameters of type WindowPOPModifier and TypeMethodDescriptionboolean
WindowFunction.canDoWork
(int numBatchesAvailable, WindowPOP pop, boolean frameEndReached, boolean partitionEndReached) WindowFrameBatchCreator.getBatch
(ExecutorFragmentContext context, WindowPOP config, List<RecordBatch> children) boolean
WindowFunction.requiresFullPartition
(WindowPOP pop) void
FrameSupportTemplate.setup
(List<WindowDataBatch> batches, VectorContainer container, OperatorContext oContext, boolean requireFullPartition, WindowPOP popConfig) void
NoFrameSupportTemplate.setup
(List<WindowDataBatch> batches, VectorContainer container, OperatorContext oContext, boolean requireFullPartition, WindowPOP popConfig) void
WindowFramer.setup
(List<WindowDataBatch> batches, VectorContainer container, OperatorContext operatorContext, boolean requireFullPartition, WindowPOP popConfig) Constructors in org.apache.drill.exec.physical.impl.window with parameters of type WindowPOPModifierConstructorDescriptionWindowFrameRecordBatch
(WindowPOP popConfig, FragmentContext context, RecordBatch incoming)