static StandardSQLDataType.Builder |
StandardSQLDataType.newBuilder() |
|
static StandardSQLDataType.Builder |
StandardSQLDataType.newBuilder(StandardSQLTypeName typeName) |
Returns a new builder initialized with a StandardSQLTypeName as the type kind.
|
static StandardSQLDataType.Builder |
StandardSQLDataType.newBuilder(String typeKind) |
Returns a new builder initialized with the type kind.
|
abstract StandardSQLDataType.Builder |
StandardSQLDataType.Builder.setArrayElementType(StandardSQLDataType arrayElementType) |
Sets the type of an array's elements, when the TypeKind is ARRAY.
|
abstract StandardSQLDataType.Builder |
StandardSQLDataType.Builder.setStructType(StandardSQLStructType structType) |
Sets the struct type definition (list of fields) when the TypeKind is STRUCT.
|
abstract StandardSQLDataType.Builder |
StandardSQLDataType.Builder.setTypeKind(String typeKind) |
Sets the top-level type of this data type.
|
abstract StandardSQLDataType.Builder |
StandardSQLDataType.toBuilder() |
|