Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
static StandardSQLField.Builder |
StandardSQLField.newBuilder()
Returns a builder for a
StandardSQLField object. |
static StandardSQLField.Builder |
StandardSQLField.newBuilder(StandardSQLDataType dataType)
Returns a builder for a
StandardSQLField object with the specified data type. |
static StandardSQLField.Builder |
StandardSQLField.newBuilder(String name,
StandardSQLDataType dataType)
Returns a builder for a
StandardSQLField object with the specified field name and data
type. |
abstract StandardSQLField.Builder |
StandardSQLField.Builder.setDataType(StandardSQLDataType dataType)
Sets the data type of the field.
|
abstract StandardSQLField.Builder |
StandardSQLField.Builder.setName(String name)
Sets the name of the field.
|
abstract StandardSQLField.Builder |
StandardSQLField.toBuilder()
Returns a builder pre-populated using the current values of this field.
|
Copyright © 2019 Google LLC. All rights reserved.