@Beta public abstract class OrderExpr extends Object implements Expression
Modifier and Type | Class and Description |
---|---|
static class |
OrderExpr.Direction |
Constructor and Description |
---|
OrderExpr(OrderExpr.Direction direction) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
OrderExpr.Direction |
getDirection() |
int |
hashCode() |
abstract String |
toString() |
public OrderExpr(OrderExpr.Direction direction)