| Package | Description |
|---|---|
| org.apache.flink.table.runtime.functions.aggregate |
| Modifier and Type | Method and Description |
|---|---|
LagAggFunction.LagAcc<T> |
LagAggFunction.createAccumulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
LagAggFunction.accumulate(LagAggFunction.LagAcc<T> acc,
T value) |
void |
LagAggFunction.accumulate(LagAggFunction.LagAcc<T> acc,
T value,
int offset) |
void |
LagAggFunction.accumulate(LagAggFunction.LagAcc<T> acc,
T value,
int offset,
T defaultValue) |
T |
LagAggFunction.getValue(LagAggFunction.LagAcc<T> acc) |
void |
LagAggFunction.resetAccumulator(LagAggFunction.LagAcc<T> acc) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.