BitAggType
Enumeration defining bitwise aggregation operations for boolean-based measures and flag calculations in OLAP systems. BitAggType enables aggregation of binary data using logical operations.
Enumeration Literals
AND - (0)
Logical AND operation - result is true only when all aggregated values are true.
OR - (1)
Logical OR operation - result is true when any aggregated value is true.
XOR - (2)
Exclusive OR operation - result is true when an odd number of aggregated values are true.