macro_rules! downcast_bitwise_accumulator {
($args:ident, $opr:expr, $is_distinct: expr) => { ... };
}Expand description
AND, OR and XOR only supports a subset of numeric types
args is AccumulatorArgs
opr is BitwiseOperationType
is_distinct is boolean value indicating whether the operation is distinct or not.