| Package | Description |
|---|---|
| org.apache.flink.table.planner.calcite |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlExprToRexConverterImpl
Standard implementation of
SqlExprToRexConverter. |
| Modifier and Type | Method and Description |
|---|---|
SqlExprToRexConverter |
SqlExprToRexConverterFactory.create(org.apache.calcite.rel.type.RelDataType inputRowType,
org.apache.calcite.rel.type.RelDataType outputType)
Creates a new instance of
SqlExprToRexConverter to convert SQL expression to RexNode. |
SqlExprToRexConverter |
SqlExprToRexConverterFactory.create(org.apache.flink.table.types.logical.RowType inputRowType,
org.apache.flink.table.types.logical.LogicalType outputType)
Creates a new instance of
SqlExprToRexConverter to convert SQL expression to RexNode. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.