flush_decimal

Macro flush_decimal 

Source
macro_rules! flush_decimal {
    ($builder:expr, $precision:expr, $scale:expr, $nulls:expr, $ArrayTy:ty) => { ... };
}
Expand description

Macro to finish a decimal builder into an array with precision/scale and nulls.