Function encode

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