public static class SortImpl.SingleBatchResults extends Object implements SortImpl.SortResults
| Constructor and Description |
|---|
SortImpl.SingleBatchResults(BatchGroup.InputBatch batch,
VectorContainer outputContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getBatchCount() |
VectorContainer |
getContainer()
Container into which results are delivered.
|
int |
getRecordCount() |
SelectionVector2 |
getSv2() |
SelectionVector4 |
getSv4() |
boolean |
next() |
public SortImpl.SingleBatchResults(BatchGroup.InputBatch batch, VectorContainer outputContainer)
public boolean next()
next in interface SortImpl.SortResultspublic void close()
close in interface SortImpl.SortResultspublic int getBatchCount()
getBatchCount in interface SortImpl.SortResultspublic int getRecordCount()
getRecordCount in interface SortImpl.SortResultspublic SelectionVector4 getSv4()
getSv4 in interface SortImpl.SortResultspublic SelectionVector2 getSv2()
getSv2 in interface SortImpl.SortResultspublic VectorContainer getContainer()
SortImpl.SortResultsgetContainer in interface SortImpl.SortResultsCopyright © 2017 The Apache Software Foundation. All rights reserved.