| Package | Description |
|---|---|
| org.apache.druid.segment |
| Modifier and Type | Class and Description |
|---|---|
class |
RowPointer
Extension of
TimeAndDimsPointer, that keeps "row number" of the current data point in some collection of data
points, that actually makes this data point to be called "row", and the collection, thus, "collection of rows". |
| Modifier and Type | Method and Description |
|---|---|
TimeAndDimsPointer |
ForwardingRowIterator.getMarkedPointer() |
TimeAndDimsPointer |
TransformableRowIterator.getMarkedPointer()
Returns a pointer to the row, that was the current row when
RowIterator.mark() was called for the last time. |
TimeAndDimsPointer |
TimeAndDimsIterator.getPointer()
Returns a pointer to the current data point.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TimeAndDimsPointer.compareTo(TimeAndDimsPointer rhs)
Compares time column value and dimension column values, but not metric column values.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.