macro_rules! def_rewriter {
($({ $convention:ident, $name:ident }),*) => { ... };
}
Expand description
Define PlanRewriter
trait.
macro_rules! def_rewriter {
($({ $convention:ident, $name:ident }),*) => { ... };
}
Define PlanRewriter
trait.