risingwave_error::macros

Macro ensure_eq

source
macro_rules! ensure_eq {
    ($left:expr, $right:expr) => { ... };
}
Expand description

Util macro to generate error when the two arguments are not equal.