Class WouldMatchPair

java.lang.Object
io.deephaven.engine.table.WouldMatchPair

public class WouldMatchPair extends Object
A Pair of (Column name, Filter) for use with Table.wouldMatch(String...).
  • Field Details

    • ZERO_LENGTH_WOULD_MATCH_PAIR_ARRAY

      public static final WouldMatchPair[] ZERO_LENGTH_WOULD_MATCH_PAIR_ARRAY
  • Constructor Details

    • WouldMatchPair

      public WouldMatchPair(String columnName, String expression)
      Create a SelectPair from a column name and expression.
      Parameters:
      columnName - the name of the resultant column
      expression - the expression to populate the column
    • WouldMatchPair

      public WouldMatchPair(String columnName, Filter filter)
      Create a WouldMatchPair from a column name and Filter.
      Parameters:
      columnName - the name of the resultant column
      filter - the filter to populate the column
      See Also:
  • Method Details

    • getColumnName

      public String getColumnName()
    • getFilter

      public Filter getFilter()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object