| Package | Description |
|---|---|
| org.apache.druid.segment.virtual |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionPlan |
ExpressionPlanner.plan(ColumnInspector inspector,
Expr expression)
Druid tries to be chill to expressions to make up for not having a well defined table schema across segments.
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnValueSelector<ExprEval> |
ExpressionSelectors.makeExprEvalSelector(ColumnSelectorFactory columnSelectorFactory,
ExpressionPlan plan) |
| Constructor and Description |
|---|
RowBasedExpressionColumnValueSelector(ExpressionPlan plan,
Expr.ObjectBinding bindings) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.