@InternalApi(value="Visible for testing") public abstract static class Type.StructWithSchema.Field extends Object implements SqlType.Struct.Field
| Constructor and Description |
|---|
Field() |
| Modifier and Type | Method and Description |
|---|---|
static Type.StructWithSchema.Field |
fromProto(Type.Struct.Field proto) |
abstract String |
name()
The name of the column.
|
abstract SqlType<?> |
type()
The
SqlType of the column |
public static Type.StructWithSchema.Field fromProto(Type.Struct.Field proto)
public abstract String name()
ColumnMetadataname in interface ColumnMetadataname in interface SqlType.Struct.Fieldpublic abstract SqlType<?> type()
ColumnMetadataSqlType of the columntype in interface ColumnMetadatatype in interface SqlType.Struct.FieldSqlType of the fieldCopyright © 2026 Google LLC. All rights reserved.