Skip to main content

9 docs tagged with "Aggregation"

View all tags

average_x

Calculates the average of values in a column.

concatenate_x

Concatenates multiple text values into a single string.

count_x

Counts the number of non-null values in a column.

cumulative

Calculates a cumulative sum or other cumulative aggregation.

max_x

Returns the maximum value in a column.

min_x

Returns the minimum value in a column.

sum

Returns the sum of all values in a column.

sum_x

Calculates the sum of values in a column.