Class Type.StructWithSchema

java.lang.Object
com.google.cloud.bigtable.data.v2.internal.ColumnToIndexMapper
com.google.cloud.bigtable.common.Type.StructWithSchema
All Implemented Interfaces:
Type, SqlType<Struct>, SqlType.Struct, Serializable
Enclosing interface:
Type

public static class Type.StructWithSchema extends com.google.cloud.bigtable.data.v2.internal.ColumnToIndexMapper implements Type, SqlType.Struct
Struct implementation that contains a schema that users can access. This should never be constructed by users. It is only intended to be created directly from Type protobufs.
See Also: