Uses of Class
org.apache.druid.segment.TimeAndDimsPointer
-
Packages that use TimeAndDimsPointer Package Description org.apache.druid.segment -
-
Uses of TimeAndDimsPointer in org.apache.druid.segment
Subclasses of TimeAndDimsPointer in org.apache.druid.segment Modifier and Type Class Description classRowPointerExtension ofTimeAndDimsPointer, 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".Methods in org.apache.druid.segment that return TimeAndDimsPointer Modifier and Type Method Description TimeAndDimsPointerForwardingRowIterator. getMarkedPointer()TimeAndDimsPointerTransformableRowIterator. getMarkedPointer()Returns a pointer to the row, that was the current row whenRowIterator.mark()was called for the last time.TimeAndDimsPointerTimeAndDimsIterator. getPointer()Returns a pointer to the current data point.Methods in org.apache.druid.segment with parameters of type TimeAndDimsPointer Modifier and Type Method Description intTimeAndDimsPointer. compareTo(TimeAndDimsPointer rhs)Compares time column value and dimension column values, but not metric column values.
-