pub fn regexp_count_inner<'a, S>(
values: S,
regex_array: S,
is_regex_scalar: bool,
start_array: Option<&Int64Array>,
is_start_scalar: bool,
flags_array: Option<S>,
is_flags_scalar: bool,
) -> Result<ArrayRef, ArrowError>where
S: StringArrayType<'a>,