Uses of Class
org.apache.drill.exec.physical.impl.xsort.InputBatch
Packages that use InputBatch
-
Uses of InputBatch in org.apache.drill.exec.physical.impl.xsort
Methods in org.apache.drill.exec.physical.impl.xsort that return types with arguments of type InputBatchMethod parameters in org.apache.drill.exec.physical.impl.xsort with type arguments of type InputBatchModifier and TypeMethodDescriptionvoid
MergeSortWrapper.merge
(List<InputBatch> batchGroups, int outputBatchSize) Merge the set of in-memory batches to produce a single logical output in the given destination container, indexed by an SV4.Constructors in org.apache.drill.exec.physical.impl.xsort with parameters of type InputBatchModifierConstructorDescriptionSingleBatchResults
(InputBatch batch, VectorContainer outputContainer)