Class SortDirective

java.lang.Object
io.deephaven.table.sort.SortDirective
All Implemented Interfaces:
Serializable

public class SortDirective extends Object implements Serializable
An immutable directive to perform a sort on a column.
See Also:
  • Field Details

  • Constructor Details

    • SortDirective

      public SortDirective(String columnName, int direction, boolean isAbsolute)
  • Method Details

    • getDirection

      public int getDirection()
    • isAbsolute

      public boolean isAbsolute()
    • getColumnName

      public String getColumnName()
    • toString

      public String toString()
      Overrides:
      toString in class Object