| Package | Description |
|---|---|
| ai.rapids.cudf |
| Modifier and Type | Method and Description |
|---|---|
AggregationOverWindow<T> |
AggregationOverWindow.overWindow(WindowOptions windowOptions) |
<R extends Aggregation & RollingAggregation<R>> |
AggregationOnColumn.overWindow(WindowOptions windowOptions)
Do the aggregation over a given Window.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.GroupByOperation.aggregateWindows(AggregationOverWindow... windowAggregates)
Computes row-based window aggregation functions on the Table/projection,
based on windows specified in the argument.
|
Table |
Table.GroupByOperation.aggregateWindowsOverRanges(AggregationOverWindow... windowAggregates)
Computes range-based window aggregation functions on the Table/projection,
based on windows specified in the argument.
|
Table |
Table.GroupByOperation.aggregateWindowsOverTimeRanges(AggregationOverWindow... windowAggregates)
Deprecated.
use aggregateWindowsOverRanges
|
Copyright © 2021. All rights reserved.