public interface RelCollation extends RelMultipleTrait
An ordering consists of a list of one or more column ordinals and the direction of the ordering.
| Modifier and Type | Method and Description |
|---|---|
List<RelFieldCollation> |
getFieldCollations()
Returns the ordinals and directions of the columns in this ordering.
|
default ImmutableIntList |
getKeys()
Returns the ordinals of the key columns.
|
isTopapply, equals, getTraitDef, hashCode, isDefault, register, satisfies, toStringcompareToList<RelFieldCollation> getFieldCollations()
default ImmutableIntList getKeys()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.