pub fn in_list<T, OffsetSize>(
left: &PrimitiveArray<T>,
right: &GenericListArray<OffsetSize>,
) -> Result<BooleanArray, ArrowError>where
T: ArrowNumericType,
OffsetSize: OffsetSizeTrait,
Expand description
Checks if a GenericListArray
contains a value in the PrimitiveArray