Function datafusion_functions::unicode::find_in_set::find_in_set
source ยท pub fn find_in_set<T: ArrowPrimitiveType>(args: &[ArrayRef]) -> Result<ArrayRef>where
T::Native: OffsetSizeTrait,
Expand description
Returns a value in the range of 1 to N if the string str is in the string list strlist consisting of N substrings A string list is a string composed of substrings separated by , characters.