@PublicEvolving public final class SlideWithSizeAndSlideOnTime extends Object
| Modifier and Type | Method and Description |
|---|---|
SlideWithSizeAndSlideOnTimeWithAlias |
as(org.apache.flink.table.expressions.Expression alias)
Assigns an alias for this window that the following
groupBy() and select()
clause can refer to. |
SlideWithSizeAndSlideOnTimeWithAlias |
as(String alias)
Assigns an alias for this window that the following
groupBy() and select()
clause can refer to. |
public SlideWithSizeAndSlideOnTimeWithAlias 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 SlideWithSizeAndSlideOnTimeWithAlias 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.