macro_rules! impl_prune_col {
($( { $convention:ident, $name:ident }),*) => { ... };
}
Expand description
Implements ColPrunable
for batch and streaming node.
macro_rules! impl_prune_col {
($( { $convention:ident, $name:ident }),*) => { ... };
}
Implements ColPrunable
for batch and streaming node.