Uses of Class
org.apache.calcite.sql.SqlGroupedWindowFunction
-
Packages that use SqlGroupedWindowFunction Package Description org.apache.calcite.sql org.apache.flink.table.planner.functions.sql -
-
Uses of SqlGroupedWindowFunction in org.apache.calcite.sql
Fields in org.apache.calcite.sql declared as SqlGroupedWindowFunction Modifier and Type Field Description SqlGroupedWindowFunction
SqlGroupedWindowFunction. groupFunction
The grouped function, if this an auxiliary function; null otherwise.Methods in org.apache.calcite.sql that return SqlGroupedWindowFunction Modifier and Type Method Description SqlGroupedWindowFunction
SqlGroupedWindowFunction. auxiliary(String name, org.apache.calcite.sql.SqlKind kind)
Creates an auxiliary function from this grouped window function.SqlGroupedWindowFunction
SqlGroupedWindowFunction. auxiliary(org.apache.calcite.sql.SqlKind kind)
Creates an auxiliary function from this grouped window function.Methods in org.apache.calcite.sql that return types with arguments of type SqlGroupedWindowFunction Modifier and Type Method Description List<SqlGroupedWindowFunction>
SqlGroupedWindowFunction. getAuxiliaryFunctions()
Returns a list of this grouped window function's auxiliary functions.Constructors in org.apache.calcite.sql with parameters of type SqlGroupedWindowFunction Constructor Description SqlGroupedWindowFunction(String name, org.apache.calcite.sql.SqlKind kind, SqlGroupedWindowFunction groupFunction, org.apache.calcite.sql.type.SqlOperandTypeChecker operandTypeChecker)
Creates a SqlGroupedWindowFunction.SqlGroupedWindowFunction(String name, org.apache.calcite.sql.SqlKind kind, SqlGroupedWindowFunction groupFunction, org.apache.calcite.sql.type.SqlReturnTypeInference returnTypeInference, org.apache.calcite.sql.type.SqlOperandTypeInference operandTypeInference, org.apache.calcite.sql.type.SqlOperandTypeChecker operandTypeChecker, org.apache.calcite.sql.SqlFunctionCategory category)
Creates a SqlGroupedWindowFunction. -
Uses of SqlGroupedWindowFunction in org.apache.flink.table.planner.functions.sql
Fields in org.apache.flink.table.planner.functions.sql declared as SqlGroupedWindowFunction Modifier and Type Field Description static SqlGroupedWindowFunction
FlinkSqlOperatorTable. HOP_END
static SqlGroupedWindowFunction
FlinkSqlOperatorTable. HOP_OLD
static SqlGroupedWindowFunction
FlinkSqlOperatorTable. HOP_PROCTIME
static SqlGroupedWindowFunction
FlinkSqlOperatorTable. HOP_ROWTIME
static SqlGroupedWindowFunction
FlinkSqlOperatorTable. HOP_START
static SqlGroupedWindowFunction
FlinkSqlOperatorTable. SESSION_END
static SqlGroupedWindowFunction
FlinkSqlOperatorTable. SESSION_OLD
static SqlGroupedWindowFunction
FlinkSqlOperatorTable. SESSION_PROCTIME
static SqlGroupedWindowFunction
FlinkSqlOperatorTable. SESSION_ROWTIME
static SqlGroupedWindowFunction
FlinkSqlOperatorTable. SESSION_START
static SqlGroupedWindowFunction
FlinkSqlOperatorTable. TUMBLE_END
static SqlGroupedWindowFunction
FlinkSqlOperatorTable. TUMBLE_OLD
We need custom group auxiliary functions in order to support nested windows.static SqlGroupedWindowFunction
FlinkSqlOperatorTable. TUMBLE_PROCTIME
static SqlGroupedWindowFunction
FlinkSqlOperatorTable. TUMBLE_ROWTIME
static SqlGroupedWindowFunction
FlinkSqlOperatorTable. TUMBLE_START
-