| Package | Description |
|---|---|
| org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Field and Description |
|---|---|
static SqlBetweenOperator |
SqlStdOperatorTable.BETWEEN |
static SqlBetweenOperator |
SqlStdOperatorTable.NOT_BETWEEN |
static SqlBetweenOperator |
SqlStdOperatorTable.SYMMETRIC_BETWEEN |
static SqlBetweenOperator |
SqlStdOperatorTable.SYMMETRIC_NOT_BETWEEN |
| Modifier and Type | Method and Description |
|---|---|
RexNode |
StandardConvertletTable.convertBetween(SqlRexContext cx,
SqlBetweenOperator op,
SqlCall call)
Converts a BETWEEN expression.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.