Module arrow_arith::aggregate

source ·
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 max of values in the array of ArrowNumericType type, or dictionary array with value of ArrowNumericType type.
Returns the maximum value in the binary array, according to the natural order.
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 min of values in the array of ArrowNumericType type, or dictionary array with value of ArrowNumericType type.
Returns the minimum value in the binary array, according to the natural order.
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 primitive array.
Returns the sum of values in the array.
Returns the sum of values in the array.
Returns the sum of values in the primitive array.