类 StandardAnsiSqlAggregationFunctions


  • public class StandardAnsiSqlAggregationFunctions
    extends Object
    Centralized definition of standard ANSI SQL aggregation functions
    作者:
    Steve Ebersole
    • 方法详细资料

      • primeFunctionMap

        public static void primeFunctionMap​(Map<String,​SQLFunction> functionMap)
        Push the functions defined on StandardAnsiSqlAggregationFunctions into the given map
        参数:
        functionMap - The map of functions to push to