| 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 | Class and Description |
|---|---|
class |
SqlArrayQueryConstructor
Definition of the SQL:2003 standard ARRAY query constructor,
ARRAY (<query>). |
class |
SqlMapQueryConstructor
Definition of the MAP query constructor,
MAP (<query>). |
| Modifier and Type | Field and Description |
|---|---|
static SqlMultisetQueryConstructor |
SqlStdOperatorTable.ARRAY_QUERY
The ARRAY Query Constructor.
|
static SqlMultisetQueryConstructor |
SqlStdOperatorTable.MAP_QUERY
The MAP Query Constructor.
|
static SqlMultisetQueryConstructor |
SqlStdOperatorTable.MULTISET_QUERY
The MULTISET Query Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RexNode |
StandardConvertletTable.convertMultisetQuery(SqlRexContext cx,
SqlMultisetQueryConstructor op,
SqlCall call) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.