Class BigtableTableSchema.Family

java.lang.Object
io.github.flink.gcp.connector.bigtable.table.BigtableTableSchema.Family
Enclosing class:
BigtableTableSchema

@Internal public static final class BigtableTableSchema.Family extends Object
One column family: a ROW column whose nested fields are its qualifiers.
  • Method Details

    • getName

      public String getName()
      Returns the family name, which is the column name.
    • getIndex

      public int getIndex()
      Returns the position of the family's column in the physical row.
    • getQualifiers

      public List<BigtableTableSchema.Qualifier> getQualifiers()
      Returns the family's qualifiers, in DDL order.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object