datasketches-cpp
Loading...
Searching...
No Matches
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< Summary, Policy, Allocator >

Additional Inherited Members

- Public Member Functions inherited from tuple_union< Summary, Policy, Allocator >
template<typename FwdSketch >
void update (FwdSketch &&sketch)
 Update the union with a given sketch.
 
CompactSketch get_result (bool ordered=true) const
 Produces a copy of the current state of the union as a compact sketch.
 
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: