|
BitMagic-C++
|
Aggregation options to control execution Default settings are to support only result bit-vector filters. More...
#include <bmaggregator.h>

Static Public Member Functions | |
| static constexpr bool | is_make_results () BMNOEXCEPT |
| make result(target) vectors (aggregation search results) (Default: true) when false is used - means we want to only collect statistics (counts) for the targets | |
| static constexpr bool | is_compute_counts () BMNOEXCEPT |
| Compute counts for the target vectors, when set to true, population count is computed for each result, results itself can be omitted (make_results flag set to false). | |
| static constexpr bool | is_masks () BMNOEXCEPT |
| Support for masking operations (Default: false). | |
Aggregation options to control execution Default settings are to support only result bit-vector filters.
Definition at line 65 of file bmaggregator.h.
|
inlinestaticconstexpr |
Compute counts for the target vectors, when set to true, population count is computed for each result, results itself can be omitted (make_results flag set to false).
Definition at line 73 of file bmaggregator.h.
|
inlinestaticconstexpr |
make result(target) vectors (aggregation search results) (Default: true) when false is used - means we want to only collect statistics (counts) for the targets
Definition at line 69 of file bmaggregator.h.
|
inlinestaticconstexpr |
Support for masking operations (Default: false).
Definition at line 77 of file bmaggregator.h.