Function decode

Source
fn decode<'a>(
    string: &str,
    format: &str,
    temp_storage: &'a RowArena,
) -> Result<&'a [u8], EvalError>