Macro hash_array_small_decimal

Source
macro_rules! hash_array_small_decimal {
    ($array_type:ident, $column: ident, $hashes: ident, $hash_method: ident) => { ... };
}