@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.
|
OverWindowPartitionedOrdered |
orderBy(String orderBy)
Deprecated.
|
@Deprecated public OverWindowPartitionedOrdered orderBy(String orderBy)
orderBy(Expression)
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 referencepublic 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–2021 The Apache Software Foundation. All rights reserved.