public class ExpressionPlanner extends Object
| Modifier and Type | Method and Description |
|---|---|
static ExpressionPlan |
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.
|
public static ExpressionPlan plan(ColumnInspector inspector, Expr expression)
ExpressionPlan, which can be examined to do whatever is necessary to make things
function properly.Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.