Class StandardAnsiSqlAggregationFunctions


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

      • primeFunctionMap

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