Class Row

java.lang.Object
io.dingodb.sdk.common.Row
Direct Known Subclasses:
KeyValue

public class Row extends Object
  • Field Details

    • primaryKey

      protected byte[] primaryKey
    • indexes

      protected int[] indexes
    • width

      protected int[] width
    • columns

      protected byte[][] columns
  • Constructor Details

    • Row

      public Row()