Module rank

Source
Expand description

Provides rank function to assign a rank to each value in an array

Functionsยง

boolean_rank ๐Ÿ”’
bytes_rank ๐Ÿ”’
can_rank ๐Ÿ”’
Whether arrow_ord::rank can rank an array of given data type.
get_boolean_rank_index ๐Ÿ”’
Return the index for the rank when ranking boolean array
primitive_rank ๐Ÿ”’
rank
Assigns a rank to each value in array based on its position in the sorted order
rank_impl ๐Ÿ”’