Public Attributes | List of all members
cudf::rolling_request Struct Reference

A request for a rolling aggregation on a column. More...

#include <rolling.hpp>

Public Attributes

column_view values
 Elements to aggregate.
 
size_type min_periods
 Minimum number of observations required for the window to be valid.
 
std::unique_ptr< rolling_aggregationaggregation
 Desired aggregation.
 

Detailed Description

A request for a rolling aggregation on a column.

Definition at line 129 of file rolling.hpp.


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