Class BigtableTableSchema.Qualifier

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

@Internal public static final class BigtableTableSchema.Qualifier extends Object
One qualifier: a nested field of a column family's ROW.
  • Method Details

    • getName

      public String getName()
      Returns the qualifier, which is the nested field's name.
    • getType

      public org.apache.flink.table.types.logical.LogicalType getType()
      Returns the declared type of the cell.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object