@PublicEvolving public final class OverWindowPartitioned extends Object
Modifier and Type | Method and Description |
---|---|
OverWindowPartitionedOrdered |
orderBy(Expression orderBy)
Specifies the time attribute on which rows are ordered.
|
public OverWindowPartitionedOrdered orderBy(Expression orderBy)
For streaming tables, reference a rowtime or proctime time attribute here to specify the time mode.
For batch tables, refer to a timestamp or long attribute.
orderBy
- field referenceCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.