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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(VectorAccessible incoming, long batchSize) voidclose()prepareSpill(long targetSpillSize) voidsetSchema(BatchSchema schema) intsize()
- 
Constructor Details- 
BufferedBatches
 
- 
- 
Method Details- 
setSchema
- 
sizepublic int size()
- 
add
- 
prepareSpill
- 
removeAll
- 
closepublic void close()
 
-