Class SortKey

java.lang.Object
org.apache.iceberg.SortKey
All Implemented Interfaces:
Serializable, StructLike

public class SortKey extends Object
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 Details

  • Method Details