@PublicEvolving public final class OverWindowPartitionedOrderedPreceding 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 |
following(Expression following)
Set the following offset (based on time or row-count intervals) for over window.
|
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 windowpublic OverWindowPartitionedOrderedPreceding following(Expression following)
following
- following offset that relative to the current row.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.