Class Type.Float64 (2.44.0)

public abstract static class Type.Float64 implements Type, SqlType<Double>

Inheritance

java.lang.Object > Type.Float64

Implements

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

Static Methods

create()

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

Constructors

Float64()

public Float64()

Methods

getCode()

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

toString()

public String toString()
Returns
Type Description
String
Overrides