public static class HiveParserPTFInvocationSpec.OrderExpression extends HiveParserPTFInvocationSpec.PartitionExpression
Constructor and Description |
---|
OrderExpression() |
OrderExpression(HiveParserPTFInvocationSpec.PartitionExpression peSpec) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
HiveParserPTFInvocationSpec.NullOrder |
getNullOrder() |
org.apache.hadoop.hive.ql.parse.PTFInvocationSpec.Order |
getOrder() |
int |
hashCode() |
void |
setNullOrder(HiveParserPTFInvocationSpec.NullOrder nullOrder) |
void |
setOrder(org.apache.hadoop.hive.ql.parse.PTFInvocationSpec.Order order) |
String |
toString() |
getExpression, setExpression
public OrderExpression()
public OrderExpression(HiveParserPTFInvocationSpec.PartitionExpression peSpec)
public org.apache.hadoop.hive.ql.parse.PTFInvocationSpec.Order getOrder()
public void setOrder(org.apache.hadoop.hive.ql.parse.PTFInvocationSpec.Order order)
public HiveParserPTFInvocationSpec.NullOrder getNullOrder()
public void setNullOrder(HiveParserPTFInvocationSpec.NullOrder nullOrder)
public int hashCode()
hashCode
in class HiveParserPTFInvocationSpec.PartitionExpression
public boolean equals(Object obj)
equals
in class HiveParserPTFInvocationSpec.PartitionExpression
public String toString()
toString
in class HiveParserPTFInvocationSpec.PartitionExpression
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.