Uses of Class
org.apache.calcite.sql.SqlGroupedWindowFunction
Packages that use SqlGroupedWindowFunction
-
Uses of SqlGroupedWindowFunction in org.apache.calcite.sql
Fields in org.apache.calcite.sql declared as SqlGroupedWindowFunctionModifier and TypeFieldDescriptionfinal SqlGroupedWindowFunctionSqlGroupedWindowFunction.groupFunctionThe grouped function, if this an auxiliary function; null otherwise.Methods in org.apache.calcite.sql that return SqlGroupedWindowFunctionModifier and TypeMethodDescriptionCreates an auxiliary function from this grouped window function.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 SqlGroupedWindowFunctionModifier and TypeMethodDescriptionSqlGroupedWindowFunction.getAuxiliaryFunctions()Returns a list of this grouped window function's auxiliary functions.Constructors in org.apache.calcite.sql with parameters of type SqlGroupedWindowFunctionModifierConstructorDescriptionSqlGroupedWindowFunction(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 SqlGroupedWindowFunctionModifier and TypeFieldDescriptionstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.HOP_ENDstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.HOP_OLDstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.HOP_PROCTIMEstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.HOP_ROWTIMEstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.HOP_STARTstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.SESSION_ENDstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.SESSION_OLDstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.SESSION_PROCTIMEstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.SESSION_ROWTIMEstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.SESSION_STARTstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.TUMBLE_ENDstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.TUMBLE_OLDWe need custom group auxiliary functions in order to support nested windows.static final SqlGroupedWindowFunctionFlinkSqlOperatorTable.TUMBLE_PROCTIMEstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.TUMBLE_ROWTIMEstatic final SqlGroupedWindowFunctionFlinkSqlOperatorTable.TUMBLE_START