public interface DruidSqlOperatorConverter
| Modifier and Type | Method and Description |
|---|---|
SqlOperator |
calciteOperator()
Returns the calcite SQL operator corresponding to Druid operator.
|
String |
toDruidExpression(RexNode rexNode,
RelDataType rowType,
DruidQuery druidQuery)
Translate rexNode to valid Druid expression.
|
SqlOperator calciteOperator()
@Nullable String toDruidExpression(RexNode rexNode, RelDataType rowType, DruidQuery druidQuery)
rexNode - rexNode to translate to Druid expressionrowType - row type associated with rexNodedruidQuery - druid query used to figure out configs/fields related like timeZoneCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.