Uses of Class
org.apache.druid.segment.TimeAndDimsPointer
Packages that use TimeAndDimsPointer
-
Uses of TimeAndDimsPointer in org.apache.druid.segment
Subclasses of TimeAndDimsPointer in org.apache.druid.segmentModifier and TypeClassDescriptionfinal classExtension 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 TimeAndDimsPointerModifier and TypeMethodDescriptionForwardingRowIterator.getMarkedPointer()TransformableRowIterator.getMarkedPointer()Returns a pointer to the row, that was the current row whenRowIterator.mark()was called for the last time.TimeAndDimsIterator.getPointer()Returns a pointer to the current data point.Methods in org.apache.druid.segment with parameters of type TimeAndDimsPointerModifier and TypeMethodDescriptionintTimeAndDimsPointer.compareTo(TimeAndDimsPointer rhs) Compares time column value and dimension column values, but not metric column values.