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 ๐ - Returns a comparison function that compares two values at two different positions between the two arrays.
Type Aliasesยง
- Compare the values at two arbitrary indices in two arrays.