| Package | Description |
|---|---|
| org.apache.druid.frame.segment.row | |
| org.apache.druid.segment | |
| org.apache.druid.segment.virtual |
| Modifier and Type | Class and Description |
|---|---|
class |
FrameColumnSelectorFactory |
| Modifier and Type | Method and Description |
|---|---|
RowIdSupplier |
FrameColumnSelectorFactory.getRowIdSupplier() |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryableIndexColumnSelectorFactory
The basic implementation of
ColumnSelectorFactory over a historical segment (i. |
| Modifier and Type | Method and Description |
|---|---|
RowIdSupplier |
RowBasedColumnSelectorFactory.getRowIdSupplier() |
default RowIdSupplier |
ColumnSelectorFactory.getRowIdSupplier()
Returns a
RowIdSupplier that allows callers to detect whether the selectors returned by this
factory have moved or not. |
RowIdSupplier |
QueryableIndexColumnSelectorFactory.getRowIdSupplier() |
| Modifier and Type | Method and Description |
|---|---|
RowIdSupplier |
VirtualizedColumnSelectorFactory.getRowIdSupplier() |
| Constructor and 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) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.