Package org.apache.iceberg
Class SortKey
java.lang.Object
org.apache.iceberg.SortKey
- All Implemented Interfaces:
 Serializable,StructLike
A struct of flattened sort field values.
 
Instances of this class can produce sort values from a row passed to wrap(StructLike).
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SortKey
 
 - 
 - 
Method Details
- 
copy
 - 
wrap
 - 
size
public int size()- Specified by:
 sizein interfaceStructLike
 - 
get
- Specified by:
 getin interfaceStructLike
 - 
set
public <T> void set(int pos, T value) - Specified by:
 setin interfaceStructLike
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -