Uses of Class
org.apache.flink.table.planner.functions.bridging.BridgingSqlAggFunction
Packages that use BridgingSqlAggFunction
-
Uses of BridgingSqlAggFunction in org.apache.flink.table.planner.functions.bridging
Methods in org.apache.flink.table.planner.functions.bridging that return BridgingSqlAggFunctionModifier and TypeMethodDescriptionstatic BridgingSqlAggFunctionBridgingSqlAggFunction.of(FlinkContext context, FlinkTypeFactory typeFactory, org.apache.flink.table.catalog.ContextResolvedFunction resolvedFunction) Creates an instance of a aggregate function during translation.static BridgingSqlAggFunctionBridgingSqlAggFunction.of(org.apache.flink.table.catalog.DataTypeFactory dataTypeFactory, FlinkTypeFactory typeFactory, org.apache.calcite.sql.SqlKind kind, org.apache.flink.table.catalog.ContextResolvedFunction resolvedFunction, org.apache.flink.table.types.inference.TypeInference typeInference) Creates an instance of a aggregating function (either a system or user-defined function).