Statistic Type
An enumeration that represents the various statistics that can be calculated for values in a field in a table.
Since
200.1.0
Inheritors
Types
Link copied to clipboard
Returns the average for all non-null values in a column.
Link copied to clipboard
Returns the number of non-null values in a column.
Link copied to clipboard
Returns the maximum value found within a column.
Link copied to clipboard
Returns the minimum value found within a column.
Link copied to clipboard
Returns the standard deviation of the values within a column.
Link copied to clipboard
Returns the sum of all non-null values within a column.
Link copied to clipboard
Returns the variance of the values within a column.