public abstract static class Type.Array<Elem> extends Object implements Type, SqlType.Array<Elem>
Type.Array<Elem>, Type.Bool, Type.Bytes, Type.Date, Type.DefaultInstances, Type.Enum<T extends com.google.protobuf.ProtocolMessageEnum>, Type.Float32, Type.Float64, Type.Int64, Type.Map<K,V>, Type.Proto<T extends com.google.protobuf.AbstractMessage>, Type.SchemalessEnum, Type.SchemalessProto, Type.SchemalessStruct, Type.String, Type.StructWithSchema, Type.TimestampSqlType.Code, SqlType.Struct| Constructor and Description |
|---|
Array() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Type.Array<T> |
create(SqlType<T> elemType) |
protected abstract SqlType<Elem> |
elementType() |
SqlType.Code |
getCode() |
SqlType<Elem> |
getElementType() |
String |
toString() |
public static <T> Type.Array<T> create(SqlType<T> elemType)
public SqlType.Code getCode()
getCode in interface SqlType<List<Elem>>SqlType.Code enum for this typepublic SqlType<Elem> getElementType()
getElementType in interface SqlType.Array<Elem>SqlType of the array's elementsCopyright © 2026 Google LLC. All rights reserved.