@Immutable public static class WindowNode.Specification extends Object
| Constructor and Description |
|---|
Specification(List<Symbol> partitionBy,
Optional<OrderingScheme> orderingScheme) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Optional<OrderingScheme> |
getOrderingScheme() |
List<Symbol> |
getPartitionBy() |
int |
hashCode() |
public Specification(List<Symbol> partitionBy, Optional<OrderingScheme> orderingScheme)
Copyright © 2012–2019. All rights reserved.