Uses of Class
org.apache.drill.exec.physical.impl.window.WindowDataBatch
Packages that use WindowDataBatch
-
Uses of WindowDataBatch in org.apache.drill.exec.physical.impl.window
Methods in org.apache.drill.exec.physical.impl.window with parameters of type WindowDataBatchModifier and TypeMethodDescriptionabstract voidFrameSupportTemplate.setupPartition(WindowDataBatch incoming, VectorAccessible outgoing) Called once per partition, before processing the partition.abstract voidNoFrameSupportTemplate.setupPartition(WindowDataBatch incoming, VectorAccessible outgoing) Called once per partition, before processing the partition.Method parameters in org.apache.drill.exec.physical.impl.window with type arguments of type WindowDataBatchModifier and TypeMethodDescriptionvoidFrameSupportTemplate.setup(List<WindowDataBatch> batches, VectorContainer container, OperatorContext oContext, boolean requireFullPartition, WindowPOP popConfig) voidNoFrameSupportTemplate.setup(List<WindowDataBatch> batches, VectorContainer container, OperatorContext oContext, boolean requireFullPartition, WindowPOP popConfig) voidWindowFramer.setup(List<WindowDataBatch> batches, VectorContainer container, OperatorContext operatorContext, boolean requireFullPartition, WindowPOP popConfig)