datasketches-cpp
|
array tuple union More...
#include <array_tuple_union.hpp>
Additional Inherited Members | |
Public Member Functions inherited from tuple_union< Array, default_array_tuple_union_policy< Array >, typename Array::allocator_type > | |
void | update (FwdSketch &&sketch) |
Update the union with a given sketch. More... | |
CompactSketch | get_result (bool ordered=true) const |
Produces a copy of the current state of the union as a compact sketch. More... | |
void | reset () |
Reset the union to the initial empty state. | |
array tuple union