Uses of Interface
org.apache.druid.segment.RowIdSupplier
-
Packages that use RowIdSupplier Package Description org.apache.druid.frame.segment.row org.apache.druid.query.scan org.apache.druid.segment org.apache.druid.segment.virtual -
-
Uses of RowIdSupplier in org.apache.druid.frame.segment.row
Classes in org.apache.druid.frame.segment.row that implement RowIdSupplier Modifier and Type Class Description classFrameColumnSelectorFactoryMethods in org.apache.druid.frame.segment.row that return RowIdSupplier Modifier and Type Method Description RowIdSupplierFrameColumnSelectorFactory. getRowIdSupplier() -
Uses of RowIdSupplier in org.apache.druid.query.scan
Methods in org.apache.druid.query.scan that return RowIdSupplier Modifier and Type Method Description RowIdSupplierSettableCursorColumnSelectorFactory. getRowIdSupplier()Since we don't know all the cursors beforehand, we can't reconcile their row id suppliers to provide one here -
Uses of RowIdSupplier in org.apache.druid.segment
Classes in org.apache.druid.segment that implement RowIdSupplier Modifier and Type Class Description classQueryableIndexColumnSelectorFactoryThe basic implementation ofColumnSelectorFactoryover a historical segment (i.Methods in org.apache.druid.segment that return RowIdSupplier Modifier and Type Method Description default RowIdSupplierColumnSelectorFactory. getRowIdSupplier()Returns aRowIdSupplierthat allows callers to detect whether the selectors returned by this factory have moved or not.RowIdSupplierQueryableIndexColumnSelectorFactory. getRowIdSupplier()RowIdSupplierRowBasedColumnSelectorFactory. getRowIdSupplier()Constructors in org.apache.druid.segment with parameters of type RowIdSupplier Constructor Description RowBasedColumnSelectorFactory(Supplier<T> rowSupplier, RowIdSupplier rowIdSupplier, RowAdapter<T> adapter, ColumnInspector columnInspector, boolean throwParseExceptions, boolean useStringValueOfNullInLists)Full constructor forRowBasedCursor. -
Uses of RowIdSupplier in org.apache.druid.segment.virtual
Methods in org.apache.druid.segment.virtual that return RowIdSupplier Modifier and Type Method Description RowIdSupplierVirtualizedColumnSelectorFactory. getRowIdSupplier()Constructors in org.apache.druid.segment.virtual with parameters of type RowIdSupplier Constructor Description BaseExpressionColumnValueSelector(RowIdSupplier rowIdSupplier)ExpressionColumnValueSelector(Expr expression, Expr.ObjectBinding bindings, RowIdSupplier rowIdSupplier)RowBasedExpressionColumnValueSelector(ExpressionPlan plan, Expr.ObjectBinding bindings, RowIdSupplier rowIdSupplier)SingleLongInputCachingExpressionColumnValueSelector(ColumnValueSelector selector, Expr expression, boolean useLruCache, RowIdSupplier rowIdSupplier)SingleStringInputCachingExpressionColumnValueSelector(DimensionSelector selector, Expr expression, RowIdSupplier rowIdSupplier)
-