Class BufferedBatches
java.lang.Object
org.apache.drill.exec.physical.impl.xsort.BufferedBatches
Represents the set of in-memory batches accumulated by
the external sort.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(VectorAccessible incoming, long batchSize) void
close()
prepareSpill
(long targetSpillSize) void
setSchema
(BatchSchema schema) int
size()
-
Constructor Details
-
BufferedBatches
-
-
Method Details
-
setSchema
-
size
public int size() -
add
-
prepareSpill
-
removeAll
-
close
public void close()
-