Uses of Interface
com.google.cloud.bigtable.data.v2.models.sql.SqlType.Struct
Packages that use SqlType.Struct
-
Uses of SqlType.Struct in com.google.cloud.bigtable.common
Classes in com.google.cloud.bigtable.common that implement SqlType.StructModifier and TypeClassDescriptionstatic classThis is a special version of struct that is intended to only be used in theStructReadergetters that require types.static classStruct implementation that contains a schema that users can access. -
Uses of SqlType.Struct in com.google.cloud.bigtable.data.v2.models.sql
Methods in com.google.cloud.bigtable.data.v2.models.sql that return SqlType.StructModifier and TypeMethodDescriptionstatic SqlType.StructSqlType.struct()returns a fakeSTRUCT typefor use on inStructReadermethods that require aSqlTypeto validate against.