Interface SqlType.Map<K,V>
- Type Parameters:
K- Java type of the Map key dataV- Java type of the Map value data
- All Superinterfaces:
Serializable,SqlType<Map<K,V>>
- All Known Implementing Classes:
Type.Map
Represents a map type in SQL. Provides access to the key and value types for the map.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.cloud.bigtable.data.v2.models.sql.SqlType
SqlType.Array<Elem>, SqlType.Code, SqlType.Map<K,V>, SqlType.Struct -
Method Summary