macro_rules! dispatch_output_kind {
($sink_type:expr, $KIND:ident, $body:tt) => { ... };
}Expand description
Dispatch the code block to different output kinds for chunk compaction based on sink type.
macro_rules! dispatch_output_kind {
($sink_type:expr, $KIND:ident, $body:tt) => { ... };
}Dispatch the code block to different output kinds for chunk compaction based on sink type.