📄️ ANY
Aggregate function.
📄️ APPROX_COUNT_DISTINCT
Estimates the number of distinct values in a data set with the HyperLogLog algorithm.
📄️ ARG_MAX
Calculates the arg value for a maximum val value. If there are several values of arg for maximum values of val, returns the first of these values encountered.
📄️ ARG_MIN
Calculates the arg value for a minimum val value. If there are several different values of arg for minimum values of val, returns the first of these values encountered.
📄️ AVG_IF
AVG_IF
📄️ AVG
Aggregate function.
📄️ Aggregate Function Combinators
The name of an aggregate function can have a suffix appended to it. This changes the way the aggregate function works.
📄️ COUNT_DISTINCT
Aggregate function.
📄️ COUNT_IF
COUNT_IF
📄️ COUNT
The COUNT() function returns the number of records returned by a SELECT query.
📄️ COVAR_POP
COVAR_POP returns the population covariance of a set of number pairs.
📄️ COVAR_SAMP
Aggregate function.
📄️ MAX_IF
MAX_IF
📄️ MAX
Aggregate function.
📄️ MIN_IF
MIN_IF
📄️ MIN
Aggregate function.
📄️ RETENTION
Aggregate function
📄️ STDDEV_POP
Aggregate function.
📄️ SUM_IF
SUM_IF
📄️ SUM
Aggregate function.
📄️ WINDOW_FUNNEL
Funnel Analysis