Public Attributes | List of all members
cudf::groupby::aggregation_result Struct Reference

The result(s) of an aggregation_request More...

#include <groupby.hpp>

Public Attributes

std::vector< std::unique_ptr< column > > results {}
 Columns of results from an aggregation_request
 

Detailed Description

The result(s) of an aggregation_request

For every aggregation_request given to groupby::aggregate an aggregation_result will be returned. The aggregation_result holds the resulting column(s) for each requested aggregation on the requests values.

Definition at line 86 of file groupby.hpp.


The documentation for this struct was generated from the following file: