@PublicEvolving public final class SlideWithSizeAndSlideOnTime extends Object
Modifier and Type | Method and Description |
---|---|
SlideWithSizeAndSlideOnTimeWithAlias |
as(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(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–2024 The Apache Software Foundation. All rights reserved.