public class StandardAnsiSqlAggregationFunctions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StandardAnsiSqlAggregationFunctions.AvgFunction
Definition of a standard ANSI SQL compliant AVG function
|
static class |
StandardAnsiSqlAggregationFunctions.CountFunction
Definition of a standard ANSI SQL compliant COUNT function
|
static class |
StandardAnsiSqlAggregationFunctions.MaxFunction
Definition of a standard ANSI SQL compliant MAX function
|
static class |
StandardAnsiSqlAggregationFunctions.MinFunction
Definition of a standard ANSI SQL compliant MIN function
|
static class |
StandardAnsiSqlAggregationFunctions.SumFunction
Definition of a standard ANSI SQL compliant SUM function
|
Modifier and Type | Method and Description |
---|---|
static void |
primeFunctionMap(Map<String,SQLFunction> functionMap)
Push the functions defined on StandardAnsiSqlAggregationFunctions into the given map
|
public static void primeFunctionMap(Map<String,SQLFunction> functionMap)
functionMap
- The map of functions to push toCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.