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
-
Method Summary
-
Constructor Details
-
SortKey
-
-
Method Details
-
copy
-
wrap
-
size
public int size()- Specified by:
size
in interfaceStructLike
-
get
- Specified by:
get
in interfaceStructLike
-
set
public <T> void set(int pos, T value) - Specified by:
set
in interfaceStructLike
-
toString
-
equals
-
hashCode
public int hashCode()
-