pub fn compare_lengths_to_empty<P, I>(lengths: I, op: Operator) -> BooleanBufferwhere
P: NativePType,
I: Iterator<Item = P>,
Expand description
Helper function to compare empty values with arrays that have external value length information
like VarBin
.