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_aggregation > | aggregation |
Desired aggregation. | |
A request for a rolling aggregation on a column.
Definition at line 129 of file rolling.hpp.