Function parse_ident

Source
fn parse_ident<'a>(
    ident: &str,
    strict: bool,
    temp_storage: &'a RowArena,
) -> Result<Datum<'a>, EvalError>