| 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<T> |
AggregationOverWindow.overWindow(WindowOptions windowOptions) |
<R extends Aggregation & RollingAggregation<R>> |
AggregationOnColumn.overWindow(WindowOptions windowOptions)
Do the aggregation over a given Window.
|
ColumnVector |
ColumnView.rollingWindow(RollingAggregation op,
WindowOptions options)
This function aggregates values in a window around each element i of the input
column.
|
Copyright © 2021. All rights reserved.