public static interface Selection.Selectors
Modifier and Type | Method and Description |
---|---|
void |
addInputRow(Selector.InputRow input)
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 |
hasProcessing()
Checks if this Selectors perform some processing
|
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 hasProcessing()
true
if this Selectors perform some processing, false
otherwise.boolean 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(Selector.InputRow input)
ResultSetBuilder
.input
- the input rowjava.util.List<java.nio.ByteBuffer> getOutputRow()
void reset()
Copyright © 2009- The Apache Software Foundation