Uses of Class
org.apache.flink.table.api.SessionWithGapOnTimeWithAlias
-
Packages that use SessionWithGapOnTimeWithAlias Package Description org.apache.flink.table.api -
-
Uses of SessionWithGapOnTimeWithAlias in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return SessionWithGapOnTimeWithAlias Modifier and Type Method Description SessionWithGapOnTimeWithAliasSessionWithGapOnTime. as(String alias)Assigns an alias for this window that the followinggroupBy()andselect()clause can refer to.SessionWithGapOnTimeWithAliasSessionWithGapOnTime. as(org.apache.flink.table.expressions.Expression alias)Assigns an alias for this window that the followinggroupBy()andselect()clause can refer to.
-