datasketches-cpp
List of all members
array_tuple_union< Array, Policy, Allocator > Class Template Reference

array tuple union More...

#include <array_tuple_union.hpp>

Inheritance diagram for array_tuple_union< Array, Policy, Allocator >:
tuple_union< Array, default_array_tuple_union_policy< Array >, typename Array::allocator_type >

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.
 

Detailed Description

template<typename Array, typename Policy = default_array_tuple_union_policy<Array>, typename Allocator = typename Array::allocator_type>
class datasketches::array_tuple_union< Array, Policy, Allocator >

array tuple union


The documentation for this class was generated from the following files: