Class Type.Float32 (2.43.0)

public abstract static class Type.Float32 implements Type, SqlType<Float>

Inheritance

java.lang.Object > Type.Float32

Implements

Type, com.google.cloud.bigtable.data.v2.models.sql.SqlType<java.lang.Float>

Static Methods

create()

public static Type.Float32 create()
Returns
Type Description
Type.Float32

Constructors

Float32()

public Float32()

Methods

getCode()

public SqlType.Code getCode()
Returns
Type Description
SqlType.Code

toString()

public String toString()
Returns
Type Description
String
Overrides