Class Type.StructWithSchema.Field (2.42.0)

public abstract static class Type.StructWithSchema.Field implements SqlType.Struct.Field

Inheritance

java.lang.Object > Type.StructWithSchema.Field

Static Methods

fromProto(Type.Struct.Field proto)

public static Type.StructWithSchema.Field fromProto(Type.Struct.Field proto)
Parameter
Name Description
proto com.google.bigtable.v2.Type.Struct.Field
Returns
Type Description
Type.StructWithSchema.Field

Constructors

Field()

public Field()

Methods

name()

public abstract String name()

The name of the column. Returns Empty string if the column has no name

Returns
Type Description
String

type()

public abstract SqlType<?> type()

The SqlType of the column

Returns
Type Description
SqlType<?>