Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
find_in_set in datafusion::functions::unicode::find_in_set - Rust
[go: Go Back, main page]

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.