| 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 | Method and Description |
|---|---|
static List<Pair<SqlNode,AuxiliaryConverter>> |
SqlStdOperatorTable.convertGroupToAuxiliaryCalls(SqlCall call)
Converts a call to a grouped window function to a call to its auxiliary
window function(s).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AuxiliaryConverter.Impl
Simple implementation of
AuxiliaryConverter. |
| Modifier and Type | Field and Description |
|---|---|
private Map<SqlNode,Ord<AuxiliaryConverter>> |
SqlToRelConverter.AggConverter.auxiliaryGroupExprs
The auxiliary group-by expressions.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
SqlToRelConverter.AggConverter.addAuxiliaryGroupExpr(SqlNode node,
int index,
AuxiliaryConverter converter) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.