Skip to main content

regexp_split_to_array

Function regexp_split_to_array 

Source
fn regexp_split_to_array<'a>(
    text: &str,
    regexp_str: &str,
    flags: OptionalArg<&str>,
    temp_storage: &'a RowArena,
) -> Result<Datum<'a>, EvalError>