| Package | Description |
|---|---|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Method and Description |
|---|---|
SqlRexConvertlet |
ReflectiveConvertletTable.get(SqlCall call) |
SqlRexConvertlet |
SqlRexConvertletTable.get(SqlCall call)
Returns the convertlet applicable to a given expression.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReflectiveConvertletTable.registerOp(SqlOperator op,
SqlRexConvertlet convertlet)
Registers a convertlet for a given operator instance
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.