Function datafusion::functions::unicode::find_in_set::find_in_set
source ยท pub fn find_in_set<T>(
args: &[Arc<dyn Array>],
) -> Result<Arc<dyn Array>, DataFusionError>
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.