dispatch_output_kind

Macro dispatch_output_kind 

Source
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.