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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SortKey
 
- 
- 
Method Details- 
copy
- 
wrap
- 
sizepublic int size()- Specified by:
- sizein interface- StructLike
 
- 
get- Specified by:
- getin interface- StructLike
 
- 
setpublic <T> void set(int pos, T value) - Specified by:
- setin interface- StructLike
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-