public static class SortImpl.EmptyResults extends Object implements SortImpl.SortResults
| Constructor and Description |
|---|
EmptyResults(VectorContainer dest) |
| 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() |
void |
updateOutputContainer(VectorContainer container,
SelectionVector4 sv4,
RecordBatch.IterOutcome outcome,
BatchSchema schema) |
public EmptyResults(VectorContainer dest)
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.SortResultspublic void updateOutputContainer(VectorContainer container, SelectionVector4 sv4, RecordBatch.IterOutcome outcome, BatchSchema schema)
updateOutputContainer in interface SortImpl.SortResultsCopyright © 2021 The Apache Software Foundation. All rights reserved.