Package org.apache.flink.table.planner.functions.bridging
-
Class Summary Class Description BridgingSqlAggFunction BridgesFunctionDefinition
to Calcite's representation of an aggregating function (either a system or user-defined function).BridgingSqlFunction BridgesFunctionDefinition
to Calcite's representation of a scalar or table function (either a system or user-defined function).BridgingSqlFunction.WithTableFunction Special flavor ofBridgingSqlFunction
to indicate a table function to Calcite.BridgingSqlProcedure BridgesProcedure
to Calcite's representation of a function.