[][src]Module arrow::compute::kernels::aggregate

Defines aggregations over Arrow arrays.

Functions

max

Returns the maximum value in the array, according to the natural order.

max_string

Returns the maximum value in the string array, according to the natural order.

min

Returns the minimum value in the array, according to the natural order.

min_string

Returns the minimum value in the string array, according to the natural order.

sum

Returns the sum of values in the array.