Class StandardAnsiSqlAggregationFunctions


  • public class StandardAnsiSqlAggregationFunctions
    extends Object
    Centralized definition of standard ANSI SQL aggregation functions
    • Method Detail

      • primeFunctionMap

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