public class Lag extends Expression implements HasExtensions<Lag>, HasFieldReference<Lag>
| Constructor and Description |
|---|
Lag() |
Lag(Field<?> field) |
Lag(String field) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Lag |
addBlockIndicators(BlockIndicator... blockIndicators) |
Lag |
addExtensions(Extension... extensions) |
String |
getAggregate() |
List<BlockIndicator> |
getBlockIndicators() |
List<Extension> |
getExtensions() |
String |
getField() |
Integer |
getN() |
boolean |
hasBlockIndicators() |
boolean |
hasExtensions() |
String |
requireField() |
Lag |
setAggregate(String aggregate) |
Lag |
setField(String field) |
Lag |
setN(Integer n) |
getLocator, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetFieldpublic String requireField()
requireField in interface HasFieldReference<Lag>public String getField()
getField in interface HasFieldReference<Lag>public Lag setField(String field)
setField in interface HasFieldReference<Lag>public Integer getN()
public String getAggregate()
public boolean hasExtensions()
hasExtensions in interface HasExtensions<Lag>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<Lag>public Lag addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<Lag>public boolean hasBlockIndicators()
public List<BlockIndicator> getBlockIndicators()
public Lag addBlockIndicators(BlockIndicator... blockIndicators)
public VisitorAction accept(Visitor visitor)
Copyright © 2022. All rights reserved.