pub fn find_in_set_general<'a, T, V>( string_array: V, str_list_array: V, ) -> Result<ArrayRef>where T: ArrowPrimitiveType, T::Native: OffsetSizeTrait, V: ArrayAccessor<Item = &'a str>,