public class RexFieldCollation extends Pair<RexNode,com.google.common.collect.ImmutableSet<SqlKind>>
| Constructor and Description |
|---|
RexFieldCollation(RexNode left,
Set<SqlKind> right) |
| Modifier and Type | Method and Description |
|---|---|
RelFieldCollation.Direction |
getDirection() |
RelFieldCollation.NullDirection |
getNullDirection() |
String |
toString() |
public String toString()
public RelFieldCollation.Direction getDirection()
public RelFieldCollation.NullDirection getNullDirection()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.