Uses of Class
org.apache.drill.exec.record.VectorInitializer
-
Uses of VectorInitializer in org.apache.drill.exec.physical.impl.xsort
Modifier and TypeMethodDescriptionSpilledRuns.finalMerge
(List<? extends BatchGroup> bufferedBatches, VectorContainer container, int mergeRowCount, VectorInitializer allocHelper) void
SpilledRuns.mergeAndSpill
(List<BatchGroup> batchesToSpill, int spillBatchRowCount, VectorInitializer allocHelper) void
SpilledRuns.mergeRuns
(int targetCount, long mergeMemoryPool, int spillBatchRowCount, VectorInitializer allocHelper) PriorityQueueCopierWrapper.startMerge
(BatchSchema schema, List<? extends BatchGroup> batchGroupList, VectorContainer outputContainer, int targetRecordCount, VectorInitializer allocHelper) Start a merge operation using the specified vector container. -
Uses of VectorInitializer in org.apache.drill.exec.record
Modifier and TypeMethodDescriptionRecordBatchSizer.buildVectorInitializer()
The column size information gathered here represents empirically-derived schema metadata.Modifier and TypeMethodDescriptionvoid
RecordBatchSizer.ColumnSize.buildVectorInitializer
(VectorInitializer initializer) Add a single vector initializer to a collection for the entire batch.