Skip to main content
topk-js / query_agg

Functions

avg()

Calculate the average value of the given field. Parameters Returns AggregateExpression

count()

Count the number of non-null values for the given field. If not provided, count the number of rows in the input. Parameters Returns AggregateExpression

max()

Find the maximum value of the given field. Parameters Returns AggregateExpression

min()

Find the minimum value of the given field. Parameters Returns AggregateExpression

sum()

Sum the values of the given field. Parameters Returns AggregateExpression