Uses of Interface
org.apache.druid.segment.data.ReadableOffset
-
-
Uses of ReadableOffset in org.apache.druid.frame.read.columnar
Methods in org.apache.druid.frame.read.columnar with parameters of type ReadableOffset Modifier and Type Method Description ColumnValueSelector<?>NumericArrayFrameColumnReader.NumericArrayFrameColumn. makeColumnValueSelector(ReadableOffset offset) -
Uses of ReadableOffset in org.apache.druid.frame.segment
Classes in org.apache.druid.frame.segment that implement ReadableOffset Modifier and Type Class Description classFrameFilteredOffsetCopy ofFilteredOffsetthat does not require bitmap indexes.Methods in org.apache.druid.frame.segment that return ReadableOffset Modifier and Type Method Description ReadableOffsetFrameFilteredOffset. getBaseReadableOffset() -
Uses of ReadableOffset in org.apache.druid.frame.segment.row
Constructors in org.apache.druid.frame.segment.row with parameters of type ReadableOffset Constructor Description CursorFrameRowPointer(Frame frame, ReadableOffset offset) -
Uses of ReadableOffset in org.apache.druid.segment
Classes in org.apache.druid.segment that implement ReadableOffset Modifier and Type Class Description classBitmapOffsetclassFilteredOffsetstatic classQueryableIndexCursorSequenceBuilder.AscendingTimestampCheckingOffsetstatic classQueryableIndexCursorSequenceBuilder.DescendingTimestampCheckingOffsetstatic classQueryableIndexCursorSequenceBuilder.TimestampCheckingOffsetclassSimpleAscendingOffsetclassSimpleDescendingOffsetclassSimpleSettableOffsetFields in org.apache.druid.segment declared as ReadableOffset Modifier and Type Field Description protected ReadableOffsetQueryableIndexColumnSelectorFactory. offsetMethods in org.apache.druid.segment that return ReadableOffset Modifier and Type Method Description ReadableOffsetBitmapOffset. getBaseReadableOffset()ReadableOffsetFilteredOffset. getBaseReadableOffset()ReadableOffsetQueryableIndexCursorSequenceBuilder.TimestampCheckingOffset. getBaseReadableOffset()ReadableOffsetSimpleAscendingOffset. getBaseReadableOffset()ReadableOffsetSimpleDescendingOffset. getBaseReadableOffset()Methods in org.apache.druid.segment with parameters of type ReadableOffset Modifier and Type Method Description default ColumnValueSelector<?>VirtualColumn. makeColumnValueSelector(String columnName, ColumnSelector columnSelector, ReadableOffset offset)Returns similarColumnValueSelectorobject as returned byVirtualColumn.makeColumnValueSelector(String, ColumnSelectorFactory)except this method has full access to the underlying column and can potentially provide a more efficient implementation.ColumnValueSelector<?>VirtualColumns. makeColumnValueSelector(String columnName, ColumnSelector columnSelector, ReadableOffset offset)Try to create an optimized value selector directly from aColumnSelector.default DimensionSelectorVirtualColumn. makeDimensionSelector(DimensionSpec dimensionSpec, ColumnSelector columnSelector, ReadableOffset offset)Returns similarDimensionSelectorobject as returned byVirtualColumn.makeDimensionSelector(DimensionSpec, ColumnSelectorFactory)except this method has full access to the underlying column and can potentially provide a more efficient implementation.DimensionSelectorVirtualColumns. makeDimensionSelector(DimensionSpec dimensionSpec, ColumnSelector columnSelector, ReadableOffset offset)Try to create an optimized dimension (string) selector directly from aColumnSelector.Constructors in org.apache.druid.segment with parameters of type ReadableOffset Constructor Description QueryableIndexColumnSelectorFactory(VirtualColumns virtualColumns, boolean descending, ReadableOffset offset, ColumnCache columnCache) -
Uses of ReadableOffset in org.apache.druid.segment.column
-
Uses of ReadableOffset in org.apache.druid.segment.data
Classes in org.apache.druid.segment.data that implement ReadableOffset Modifier and Type Class Description classOffsetThe "mutable" version of a ReadableOffset.Methods in org.apache.druid.segment.data that return ReadableOffset Modifier and Type Method Description abstract ReadableOffsetOffset. getBaseReadableOffset()Returns the same offset ("this") or a readable "view" of this offset, which always returns the same value fromgetOffset(), as this offset.Methods in org.apache.druid.segment.data with parameters of type ReadableOffset Modifier and Type Method Description default ColumnValueSelector<Double>ColumnarDoubles. makeColumnValueSelector(ReadableOffset offset, ImmutableBitmap nullValueBitmap)default ColumnValueSelector<Float>ColumnarFloats. makeColumnValueSelector(ReadableOffset offset, ImmutableBitmap nullValueBitmap)default ColumnValueSelector<Long>ColumnarLongs. makeColumnValueSelector(ReadableOffset offset, ImmutableBitmap nullValueBitmap) -
Uses of ReadableOffset in org.apache.druid.segment.join.table
Methods in org.apache.druid.segment.join.table with parameters of type ReadableOffset Modifier and Type Method Description ColumnSelectorFactoryBroadcastSegmentIndexedTable. makeColumnSelectorFactory(ReadableOffset offset, boolean descending, Closer closer)default ColumnSelectorFactoryIndexedTable. makeColumnSelectorFactory(ReadableOffset offset, boolean descending, Closer closer)This method allows a table to directly provide an optimizedColumnSelectorFactoryforIndexedTableJoinMatcherto create selectors. -
Uses of ReadableOffset in org.apache.druid.segment.nested
-
Uses of ReadableOffset in org.apache.druid.segment.virtual
Methods in org.apache.druid.segment.virtual with parameters of type ReadableOffset Modifier and Type Method Description ColumnValueSelector<?>NestedFieldVirtualColumn. makeColumnValueSelector(String columnName, ColumnSelector columnSelector, ReadableOffset offset)DimensionSelectorNestedFieldVirtualColumn. makeDimensionSelector(DimensionSpec dimensionSpec, ColumnSelector columnSelector, ReadableOffset offset)
-