Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
AggregationOverWindow |
RollingAggregationOnColumn.overWindow(WindowOptions windowOptions) |
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.
|
Copyright © 2024. All rights reserved.