Class Row

java.lang.Object
io.trino.plugin.accumulo.model.Row

public class Row extends Object
  • Constructor Details

    • Row

      public Row()
    • Row

      public Row(Row row)
  • Method Details

    • addField

      public Row addField(Field field)
    • addField

      public Row addField(Object nativeValue, Type type)
    • getField

      public Field getField(int i)
    • getFields

      public List<Field> getFields()
      Gets a list of all internal fields. Any changes to this list will affect this row.
      Returns:
      List of fields
    • length

      public int length()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object