Package com.google.cloud.bigtable.common
Class Type.Map<K,V>
java.lang.Object
com.google.cloud.bigtable.common.Type.Map<K,V>
- All Implemented Interfaces:
Type,SqlType<Map<K,,V>> SqlType.Map<K,,V> Serializable
- Enclosing interface:
- Type
- See Also:
-
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 Nested classes/interfaces inherited from interface com.google.cloud.bigtable.common.Type
Type.Array<Elem>, Type.Bool, Type.Bytes, Type.Date, Type.DefaultInstances, Type.Float32, Type.Float64, Type.Int64, Type.Map<K,V>, Type.SchemalessStruct, Type.String, Type.StructWithSchema, Type.Timestamp -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Map
public Map()
-
-
Method Details
-
create
-
keyType
-
valueType
-
getCode
- Specified by:
getCodein interfaceSqlType<K>- Returns:
SqlType.Codeenum for this type
-
getKeyType
- Specified by:
getKeyTypein interfaceSqlType.Map<K,V> - Returns:
SqlTypeof the map's key
-
getValueType
- Specified by:
getValueTypein interfaceSqlType.Map<K,V> - Returns:
SqlTypeof the map's value
-
toString
-