Class SortItem
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.statement.component.SortItem
-
public class SortItem extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SortItemdeserialize(java.nio.ByteBuffer byteBuffer)booleanequals(java.lang.Object o)OrderinggetOrdering()SortKeygetSortKey()inthashCode()SortItemreverse()voidserialize(java.io.DataOutputStream stream)voidserialize(java.nio.ByteBuffer byteBuffer)
-
-
-
Method Detail
-
getSortKey
public SortKey getSortKey()
-
getOrdering
public Ordering getOrdering()
-
reverse
public SortItem reverse()
-
serialize
public void serialize(java.nio.ByteBuffer byteBuffer)
-
serialize
public void serialize(java.io.DataOutputStream stream) throws java.io.IOException- Throws:
java.io.IOException
-
deserialize
public static SortItem deserialize(java.nio.ByteBuffer byteBuffer)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-