| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
| Modifier and Type | Field and Description |
|---|---|
SqlGroupedWindowFunction |
SqlGroupedWindowFunction.groupFunction
The grouped function, if this an auxiliary function; null otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
SqlGroupedWindowFunction |
SqlGroupedWindowFunction.auxiliary(SqlKind kind)
Creates an auxiliary function from this grouped window function.
|
SqlGroupedWindowFunction |
SqlGroupedWindowFunction.auxiliary(String name,
SqlKind kind)
Creates an auxiliary function from this grouped window function.
|
| Modifier and Type | Method and Description |
|---|---|
List<SqlGroupedWindowFunction> |
SqlGroupedWindowFunction.getAuxiliaryFunctions()
Returns a list of this grouped window function's auxiliary functions.
|
| Constructor and Description |
|---|
SqlGroupedWindowFunction(SqlKind kind,
SqlGroupedWindowFunction groupFunction,
SqlOperandTypeChecker operandTypeChecker)
Deprecated.
|
SqlGroupedWindowFunction(String name,
SqlKind kind,
SqlGroupedWindowFunction groupFunction,
SqlOperandTypeChecker operandTypeChecker)
Deprecated.
|
SqlGroupedWindowFunction(String name,
SqlKind kind,
SqlGroupedWindowFunction groupFunction,
SqlReturnTypeInference returnTypeInference,
SqlOperandTypeInference operandTypeInference,
SqlOperandTypeChecker operandTypeChecker,
SqlFunctionCategory category)
Creates a SqlGroupedWindowFunction.
|
| Modifier and Type | Field and Description |
|---|---|
static SqlGroupedWindowFunction |
SqlStdOperatorTable.HOP
The
HOP group function. |
static SqlGroupedWindowFunction |
SqlStdOperatorTable.HOP_END
The
HOP_END auxiliary function of
the HOP group function. |
static SqlGroupedWindowFunction |
SqlStdOperatorTable.HOP_START
The
HOP_START auxiliary function of
the HOP group function. |
static SqlGroupedWindowFunction |
SqlStdOperatorTable.SESSION
The
SESSION group function. |
static SqlGroupedWindowFunction |
SqlStdOperatorTable.SESSION_END
The
SESSION_END auxiliary function of
the SESSION group function. |
static SqlGroupedWindowFunction |
SqlStdOperatorTable.SESSION_START
The
SESSION_START auxiliary function of
the SESSION group function. |
static SqlGroupedWindowFunction |
SqlStdOperatorTable.TUMBLE
The
TUMBLE group function. |
static SqlGroupedWindowFunction |
SqlStdOperatorTable.TUMBLE_END
The
TUMBLE_END auxiliary function of
the TUMBLE group function. |
static SqlGroupedWindowFunction |
SqlStdOperatorTable.TUMBLE_START
The
TUMBLE_START auxiliary function of
the TUMBLE group function. |
| Modifier and Type | Method and Description |
|---|---|
static SqlGroupedWindowFunction |
SqlStdOperatorTable.auxiliaryToGroup(SqlKind kind)
Returns the group function for which a given kind is an auxiliary
function, or null if it is not an auxiliary function.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.