Skip to main content

regexp_split_to_array_re

Function regexp_split_to_array_re 

Source
fn regexp_split_to_array_re<'a>(
    text: &str,
    regexp: &Regex,
    temp_storage: &'a RowArena,
) -> Result<Datum<'a>, EvalError>