| Package | Description |
|---|---|
| ai.rapids.cudf |
| Modifier and Type | Field and Description |
|---|---|
protected WindowOptions |
AggregationOverWindow.windowOptions |
| Modifier and Type | Method and Description |
|---|---|
WindowOptions |
WindowOptions.Builder.build() |
WindowOptions |
AggregationOverWindow.getWindowOptions() |
WindowOptions |
WindowOptions.incRefCount() |
| Modifier and Type | Method and Description |
|---|---|
AggregationOverWindow |
RollingAggregationOnColumn.overWindow(WindowOptions windowOptions) |
ColumnVector |
ColumnView.rollingWindow(RollingAggregation op,
WindowOptions options)
This function aggregates values in a window around each element i of the input
column.
|
Copyright © 2023. All rights reserved.