@PublicEvolving public final class SessionWithGapOnTime extends Object
| Modifier and Type | Method and Description |
|---|---|
SessionWithGapOnTimeWithAlias |
as(org.apache.flink.table.expressions.Expression alias)
Assigns an alias for this window that the following
groupBy() and select()
clause can refer to. |
SessionWithGapOnTimeWithAlias |
as(String alias)
Assigns an alias for this window that the following
groupBy() and select()
clause can refer to. |
public SessionWithGapOnTimeWithAlias as(String alias)
groupBy() and select()
clause can refer to. select() statement can access window properties such as window
start or end time.alias - alias for this windowpublic SessionWithGapOnTimeWithAlias as(org.apache.flink.table.expressions.Expression alias)
groupBy() and select()
clause can refer to. select() statement can access window properties such as window
start or end time.alias - alias for this windowCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.