pub fn apply_cmp_for_nested(
op: Operator,
lhs: &ColumnarValue,
rhs: &ColumnarValue,
) -> Result<ColumnarValue>Expand description
Applies a binary Datum comparison kernel f to lhs and rhs for nested type like
List, FixedSizeList, LargeList, Struct, Union, Map, or a dictionary of a nested type