public class KSQLJoinWindow
extends net.sf.jsqlparser.parser.ASTNodeAccessImpl
| Constructor and Description |
|---|
KSQLJoinWindow() |
public boolean isBeforeAfterWindow()
public void setBeforeAfterWindow(boolean beforeAfter)
public long getDuration()
public void setDuration(long duration)
public KSQLWindow.TimeUnit getTimeUnit()
public void setTimeUnit(KSQLWindow.TimeUnit timeUnit)
public long getBeforeDuration()
public void setBeforeDuration(long beforeDuration)
public KSQLWindow.TimeUnit getBeforeTimeUnit()
public void setBeforeTimeUnit(KSQLWindow.TimeUnit beforeTimeUnit)
public long getAfterDuration()
public void setAfterDuration(long afterDuration)
public KSQLWindow.TimeUnit getAfterTimeUnit()
public void setAfterTimeUnit(KSQLWindow.TimeUnit afterTimeUnit)
public KSQLJoinWindow withDuration(long duration)
public KSQLJoinWindow withTimeUnit(KSQLWindow.TimeUnit timeUnit)
public KSQLJoinWindow withBeforeDuration(long beforeDuration)
public KSQLJoinWindow withBeforeTimeUnit(KSQLWindow.TimeUnit beforeTimeUnit)
public KSQLJoinWindow withAfterDuration(long afterDuration)
public KSQLJoinWindow withAfterTimeUnit(KSQLWindow.TimeUnit afterTimeUnit)
public static final KSQLWindow.TimeUnit from(String timeUnitStr)
Copyright © 2004–2023 JSQLParser. All rights reserved.