| Package | Description |
|---|---|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
StandardConvertletTable.AvgVarianceConvertlet
Convertlet that handles
AVG and VARIANCE
windowed aggregate functions. |
private class |
StandardConvertletTable.FloorCeilConvertlet
Convertlet that handles
FLOOR and CEIL functions. |
private static class |
StandardConvertletTable.GreatestConvertlet
Convertlet that converts
GREATEST and LEAST. |
private static class |
StandardConvertletTable.TimestampAddConvertlet
Convertlet that handles the
TIMESTAMPADD function. |
private static class |
StandardConvertletTable.TimestampDiffConvertlet
Convertlet that handles the
TIMESTAMPDIFF function. |
private static class |
StandardConvertletTable.TrimConvertlet
Convertlet that converts
LTRIM and RTRIM to
TRIM. |
| 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–2018 The Apache Software Foundation. All rights reserved.