| Package | Description |
|---|---|
| org.apache.calcite.rel.rel2sql |
Translates a relational expression to SQL parse tree.
|
| 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 |
|---|---|
private static SqlRowOperator |
RelToSqlConverter.ANONYMOUS_ROW
Similar to
SqlStdOperatorTable.ROW, but does not print "ROW". |
| Modifier and Type | Field and Description |
|---|---|
static SqlRowOperator |
SqlStdOperatorTable.ROW |
| Modifier and Type | Method and Description |
|---|---|
RexNode |
StandardConvertletTable.convertRow(SqlRexContext cx,
SqlRowOperator op,
SqlCall call)
Converts a ROW.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.