@PublicEvolving public final class OverWindowPartitionedOrdered extends Object
Modifier and Type | Method and Description |
---|---|
OverWindow |
as(Expression alias)
Assigns an alias for this window that the following
select() clause can refer to. |
OverWindow |
as(String alias)
Assigns an alias for this window that the following
select() clause can refer to. |
OverWindowPartitionedOrderedPreceding |
preceding(Expression preceding)
Set the preceding offset (based on time or row-count intervals) for over window.
|
public OverWindowPartitionedOrderedPreceding preceding(Expression preceding)
preceding
- preceding offset relative to the current row.public OverWindow as(String alias)
select()
clause can refer to.alias
- alias for this over windowpublic OverWindow as(Expression alias)
select()
clause can refer to.alias
- alias for this over windowCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.