macro_rules! catalog_name_only {
($name:expr) => { ... };
}
Expand description
Functions using this macro should be transformed/planned away before reaching function selection code, but still need to be present in the catalog during planning.
macro_rules! catalog_name_only {
($name:expr) => { ... };
}
Functions using this macro should be transformed/planned away before reaching function selection code, but still need to be present in the catalog during planning.