Uses of Class
ai.rapids.cudf.AggregationOverWindow
Packages that use AggregationOverWindow
-
Uses of AggregationOverWindow in ai.rapids.cudf
Methods in ai.rapids.cudf that return AggregationOverWindowModifier and TypeMethodDescriptionRollingAggregationOnColumn.overWindow
(WindowOptions windowOptions) Methods in ai.rapids.cudf with parameters of type AggregationOverWindowModifier and TypeMethodDescriptionTable.GroupByOperation.aggregateWindows
(AggregationOverWindow... windowAggregates) Computes row-based window aggregation functions on the Table/projection, based on windows specified in the argument.Table.GroupByOperation.aggregateWindowsOverRanges
(AggregationOverWindow... windowAggregates) Computes range-based window aggregation functions on the Table/projection, based on windows specified in the argument.