Function digest_string

Source
fn digest_string<'a>(
    a: &str,
    b: &str,
    temp_storage: &'a RowArena,
) -> Result<Datum<'a>, EvalError>