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 | Class and Description |
---|---|
static class |
TableDefinition.Builder<T extends TableDefinition,B extends TableDefinition.Builder<T,B>>
Base builder for table definitions.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalTableDefinition
Google BigQuery external table definition.
|
class |
ModelTableDefinition
A Google BigQuery Model table definition.
|
class |
StandardTableDefinition
A Google BigQuery default table definition.
|
class |
ViewDefinition
Google BigQuery view table definition.
|
Modifier and Type | Method and Description |
---|---|
<T extends TableDefinition> |
TableInfo.getDefinition()
Returns the table definition.
|
Modifier and Type | Method and Description |
---|---|
Table |
Dataset.create(String tableId,
TableDefinition definition,
BigQuery.TableOption... options)
Creates a new table in this dataset.
|
static TableInfo.Builder |
TableInfo.newBuilder(TableId tableId,
TableDefinition definition)
Returns a builder for a
TableInfo object given table identity and definition. |
static TableInfo |
TableInfo.of(TableId tableId,
TableDefinition definition)
Returns a
TableInfo object given table identity and definition. |
abstract TableInfo.Builder |
TableInfo.Builder.setDefinition(TableDefinition definition)
Sets the table definition.
|
Table.Builder |
Table.Builder.setDefinition(TableDefinition definition) |
Copyright © 2019 Google LLC. All rights reserved.