| Package | Description |
|---|---|
| ai.rapids.cudf |
| Modifier and Type | Method and Description |
|---|---|
static Aggregation.LeadAggregation |
Aggregation.lead(int offset)
In a rolling window return the value offset entries ahead or null if it is outside of the
window.
|
static Aggregation.LeadAggregation |
Aggregation.lead(int offset,
ColumnVector defaultOutput)
In a rolling window return the value offset entries ahead or the corresponding value from
defaultOutput if it is outside of the window.
|
Copyright © 2021. All rights reserved.