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