Package com.google.cloud.bigtable.common
Class Type.Array<Elem>
java.lang.Object
com.google.cloud.bigtable.common.Type.Array<Elem>
- All Implemented Interfaces:
Type,SqlType<List<Elem>>,SqlType.Array<Elem>,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
-
Array
public Array()
-
-
Method Details
-
create
-
elementType
-
getCode
- Specified by:
getCodein interfaceSqlType<Elem>- Returns:
SqlType.Codeenum for this type
-
getElementType
- Specified by:
getElementTypein interfaceSqlType.Array<Elem>- Returns:
SqlTypeof the array's elements
-
toString
-