Class QueryableIndexColumnSelectorFactory

java.lang.Object
org.apache.druid.segment.QueryableIndexColumnSelectorFactory
All Implemented Interfaces:
Expr.InputBindingInspector, ColumnInspector, ColumnSelectorFactory, RowIdSupplier

public class QueryableIndexColumnSelectorFactory extends Object implements ColumnSelectorFactory, RowIdSupplier
The basic implementation of ColumnSelectorFactory over a historical segment (i. e. QueryableIndex). It's counterpart for incremental index is IncrementalIndexColumnSelectorFactory.