macro_rules! assert_input_ref { ($expr:expr, $input_col_num:expr) => { ... }; }
Expand description
give a expression, and check all columns in its input_ref
expressions less than the input
column number.
macro_rules! assert_input_ref { ($expr:expr, $input_col_num:expr) => { ... }; }
give a expression, and check all columns in its input_ref
expressions less than the input
column number.