Enum BigQueryDbType (2.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
public enum BigQueryDbType
A BigQuery database type, used for schemas and parameters.
Namespace
Google.Cloud.BigQuery.V2
Assembly
Google.Cloud.BigQuery.V2.dll
Fields
|
---|
Name | Description |
Array | An ordered list of zero or more elements of non-array values.
|
Bool | A Boolean value.
|
Bytes | Binary data.
|
Date | A civil date in the Gregorian calendar.
|
DateTime | A civil date and time with microsecond precision.
|
Float64 | A 64-bit IEEE binary floating-point value.
This is known as Float in Legacy SQL data types.
|
Geography | A collection of points, lines, and polygons, which is represented as a point set, or a subset of the surface of the Earth.
|
Int64 | An 64-bit signed integer value.
This is known as Integer in Legacy SQL data types.
|
Numeric | A fixed-point number with 38 digits of precision, and always
9 decimal places.
|
String | A text value, up to 2MB when encoded in UTF-8.
|
Struct | An ordered collection of fields. Each field has a
type, and may optionally have a name. This is known
as a record in Legacy SQL data types.
|
Time | A civil time-of-day with microsecond precision.
|
Timestamp | A timestamp with microsecond precision.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-05 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{
"lastModified": "Last updated 2024-09-05 UTC.",
"confidential": False
}