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 Summary
boolean
Returns the qualifier, which is the nested field's name.
org.apache.flink.table.types.logical.LogicalType
Returns the declared type of the cell.
int
-
Method Details
-
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.
-
-