Function sqllogictest::parser::split_at[][src]

fn split_at<'a>(input: &mut &'a str, sep: &Regex) -> Result<&'a str, Error>