public static class SortImpl.EmptyResults extends Object implements SortImpl.SortResults
| Constructor and Description |
|---|
SortImpl.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() |
public SortImpl.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.SortResultsCopyright © 2017 The Apache Software Foundation. All rights reserved.