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 SessionWithGapOnTimeWithAlias
SessionWithGapOnTime. as(String alias)
Assigns an alias for this window that the followinggroupBy()
andselect()
clause can refer to.SessionWithGapOnTimeWithAlias
SessionWithGapOnTime. as(org.apache.flink.table.expressions.Expression alias)
Assigns an alias for this window that the followinggroupBy()
andselect()
clause can refer to.
-