Package | Description |
---|---|
org.apache.flink.table.api |
Modifier and Type | Method and Description |
---|---|
TumbleWithSizeOnTimeWithAlias |
TumbleWithSizeOnTime.as(Expression alias)
Assigns an alias for this window that the following
groupBy() and select()
clause can refer to. |
TumbleWithSizeOnTimeWithAlias |
TumbleWithSizeOnTime.as(String alias)
Assigns an alias for this window that the following
groupBy() and select()
clause can refer to. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.