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 StandardSQLStructType.Builder |
StandardSQLStructType.newBuilder()
Returns a builder for a
StandardSQLStructType object. |
static StandardSQLStructType.Builder |
StandardSQLStructType.newBuilder(List<StandardSQLField> fieldList)
Returns a builder for a
StandardSQLStructType object with the specified fields. |
abstract StandardSQLStructType.Builder |
StandardSQLStructType.Builder.setFields(List<StandardSQLField> fields)
Sets the fields of the struct type.
|
abstract StandardSQLStructType.Builder |
StandardSQLStructType.toBuilder()
Returns a builder pre-populated using the current values of this field.
|
Copyright © 2019 Google LLC. All rights reserved.