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

Expand description

Defines aggregations over Arrow arrays.

Functions

Returns the maximum value in the array, according to the natural order. For floating point arrays any NaN values are considered to be greater than any other non-null value

Returns the maximum value in the boolean array

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

Returns the minimum value in the array, according to the natural order. For floating point arrays any NaN values are considered to be greater than any other non-null value

Returns the minimum value in the boolean array.

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

Returns the sum of values in the array.