public static class LagAggFunction.LagAcc<T> extends Object
Modifier and Type | Field and Description |
---|---|
LinkedList<T> |
buffer |
T |
defaultValue |
int |
offset |
Constructor and Description |
---|
LagAcc() |
public int offset
public T defaultValue
public LinkedList<T> buffer
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.