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
regexp_count_inner in datafusion::functions::regex::regexpcount - Rust
[go: Go Back, main page]

Function regexp_count_inner

Source
pub fn regexp_count_inner<'a, S>(
    values: S,
    regex_array: S,
    is_regex_scalar: bool,
    start_array: Option<&PrimitiveArray<Int64Type>>,
    is_start_scalar: bool,
    flags_array: Option<S>,
    is_flags_scalar: bool,
) -> Result<Arc<dyn Array>, ArrowError>
where S: StringArrayType<'a>,