public class KSQLJoinWindow extends ASTNodeAccessImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
KSQLJoinWindow.TimeUnit |
| Constructor and Description |
|---|
KSQLJoinWindow() |
getASTNode, setASTNodepublic boolean isBeforeAfterWindow()
public void setBeforeAfterWindow(boolean beforeAfter)
public long getDuration()
public void setDuration(long duration)
public KSQLJoinWindow.TimeUnit getTimeUnit()
public void setTimeUnit(KSQLJoinWindow.TimeUnit timeUnit)
public long getBeforeDuration()
public void setBeforeDuration(long beforeDuration)
public KSQLJoinWindow.TimeUnit getBeforeTimeUnit()
public void setBeforeTimeUnit(KSQLJoinWindow.TimeUnit beforeTimeUnit)
public long getAfterDuration()
public void setAfterDuration(long afterDuration)
public KSQLJoinWindow.TimeUnit getAfterTimeUnit()
public void setAfterTimeUnit(KSQLJoinWindow.TimeUnit afterTimeUnit)
public KSQLJoinWindow withDuration(long duration)
public KSQLJoinWindow withTimeUnit(KSQLJoinWindow.TimeUnit timeUnit)
public KSQLJoinWindow withBeforeDuration(long beforeDuration)
public KSQLJoinWindow withBeforeTimeUnit(KSQLJoinWindow.TimeUnit beforeTimeUnit)
public KSQLJoinWindow withAfterDuration(long afterDuration)
public KSQLJoinWindow withAfterTimeUnit(KSQLJoinWindow.TimeUnit afterTimeUnit)
Copyright © 2004–2021 JSQLParser. All rights reserved.