public static interface Selection.Selectors
Modifier and Type | Method and Description |
---|---|
void |
addInputRow(ResultSetBuilder rs)
Adds the current row of the specified
ResultSetBuilder . |
boolean |
collectTimestamps()
Checks if one of the selectors collect timestamps.
|
boolean |
collectTTLs()
Checks if one of the selectors collect TTLs.
|
ColumnFilter |
getColumnFilter()
Returns the
ColumnFilter corresponding to those selectors |
java.util.List<java.nio.ByteBuffer> |
getOutputRow() |
boolean |
isAggregate()
Checks if one of the selectors perform some aggregations.
|
int |
numberOfFetchedColumns()
Returns the number of fetched columns
|
void |
reset() |
ColumnFilter getColumnFilter()
ColumnFilter
corresponding to those selectorsColumnFilter
corresponding to those selectorsboolean isAggregate()
true
if one of the selectors perform some aggregations, false
otherwise.int numberOfFetchedColumns()
boolean collectTTLs()
true
if one of the selectors collect TTLs, false
otherwise.boolean collectTimestamps()
true
if one of the selectors collect timestamps, false
otherwise.void addInputRow(ResultSetBuilder rs)
ResultSetBuilder
.rs
- the ResultSetBuilder
InvalidRequestException
java.util.List<java.nio.ByteBuffer> getOutputRow()
void reset()
Copyright © 2009-2021 The Apache Software Foundation