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.
|
isTopequals, getTraitDef, hashCode, register, satisfies, toStringcompareToList<RelFieldCollation> getFieldCollations()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.