tables::ftable::fupdate
template <is_table,tuple_ext::is_tuple Gs>
requires ( std::tuple_size_v<Gs> > 0 )
struct ftable
Used to apply an aggregate or transformation to a group.
It is not recommended to construct an ftable directly, but to use table::fby. See Grouping for examples.
The implementation stores a map of row<pair<Gs,PGs>…> to a vector-of-indices. The vector-of-indices are the indices for the rows that contain same values at column Gs.
Member functions
Constructors / Assignment
Member type | Definition |
---|---|
Constructos the ftable. |
|
Assigns values to a ftable. |