Aggregate
Any value
Returns any value from the input or NULL if there are zero input rows –> learn more
Return type
dynamic (input-dependent)
Parameters
Average
Returns the average of all non-null values –> learn more
Return type
float
Parameters
Count
Returns the count of all non-null values –> learn more
Return type
integer
Parameters
Logical and
Returns the logical AND of all non-NULL expressions –> learn more
Return type
boolean
Parameters
Logical or
Returns the logical OR of all non-NULL expressions –> learn more
Return type
boolean
Parameters
Max
Returns the maximum value of all non-null inputs –> learn more
Return type
dynamic (input-dependent)
Parameters
Min
Returns the minimum value of all non-null inputs –> learn more
Return type
dynamic (input-dependent)
Parameters
String aggregate
Returns a string obtained by concatenating all non-null values –> learn more
Return type
string
Parameters
Sum
Returns the sum of all values, ignoring nulls –> learn more
Return type
dynamic (input-dependent)
Parameters
Last updated
Was this helpful?