| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
StandardSqlDataType |
StandardSqlDataType.clone() |
StandardSqlDataType |
StandardSqlDataType.getArrayElementType()
The type of the array's elements, if type_kind = "ARRAY".
|
StandardSqlDataType |
Argument.getDataType()
Required unless argument_kind = ANY_TYPE.
|
StandardSqlDataType |
StandardSqlDataType.getRangeElementType()
The type of the range's elements, if type_kind = "RANGE".
|
StandardSqlDataType |
Routine.getReturnType()
Optional if language = "SQL"; required otherwise.
|
StandardSqlDataType |
StandardSqlField.getType()
Optional.
|
StandardSqlDataType |
TransformColumn.getType()
Output only.
|
StandardSqlDataType |
StandardSqlDataType.set(String fieldName,
Object value) |
StandardSqlDataType |
StandardSqlDataType.setArrayElementType(StandardSqlDataType arrayElementType)
The type of the array's elements, if type_kind = "ARRAY".
|
StandardSqlDataType |
StandardSqlDataType.setRangeElementType(StandardSqlDataType rangeElementType)
The type of the range's elements, if type_kind = "RANGE".
|
StandardSqlDataType |
StandardSqlDataType.setStructType(StandardSqlStructType structType)
The fields of this struct, in order, if type_kind = "STRUCT".
|
StandardSqlDataType |
StandardSqlDataType.setTypeKind(String typeKind)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,StandardSqlDataType> |
SystemVariables.getTypes()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
StandardSqlDataType |
StandardSqlDataType.setArrayElementType(StandardSqlDataType arrayElementType)
The type of the array's elements, if type_kind = "ARRAY".
|
Argument |
Argument.setDataType(StandardSqlDataType dataType)
Required unless argument_kind = ANY_TYPE.
|
StandardSqlDataType |
StandardSqlDataType.setRangeElementType(StandardSqlDataType rangeElementType)
The type of the range's elements, if type_kind = "RANGE".
|
Routine |
Routine.setReturnType(StandardSqlDataType returnType)
Optional if language = "SQL"; required otherwise.
|
StandardSqlField |
StandardSqlField.setType(StandardSqlDataType type)
Optional.
|
TransformColumn |
TransformColumn.setType(StandardSqlDataType type)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
SystemVariables |
SystemVariables.setTypes(Map<String,StandardSqlDataType> types)
Output only.
|
Copyright © 2011–2024 Google. All rights reserved.