Module ord

Source
Expand description

Contains functions and function factories to compare arrays.

Functionsยง

child_opts ๐Ÿ”’
If parent sort order is descending we need to invert the value of nulls_first so that when the parent is sorted based on the produced ranks, nulls are still ordered correctly
compare ๐Ÿ”’
compare_boolean ๐Ÿ”’
compare_byte_view ๐Ÿ”’
compare_bytes ๐Ÿ”’
compare_dict ๐Ÿ”’
compare_fixed_list ๐Ÿ”’
compare_impl ๐Ÿ”’
compare_list ๐Ÿ”’
compare_primitive ๐Ÿ”’
compare_struct ๐Ÿ”’
make_comparator
Returns a comparison function that compares two values at two different positions between the two arrays.

Type Aliasesยง

DynComparator
Compare the values at two arbitrary indices in two arrays.