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 |
---|---|
class |
Table
A Google BigQuery Table.
|
Modifier and Type | Method and Description |
---|---|
abstract TableInfo |
TableInfo.Builder.build()
Creates a
TableInfo object. |
static TableInfo |
TableInfo.of(TableId tableId,
TableDefinition definition)
Returns a
TableInfo object given table identity and definition. |
Modifier and Type | Method and Description |
---|---|
Table |
BigQuery.create(TableInfo tableInfo,
BigQuery.TableOption... options)
Creates a new table.
|
static InsertAllRequest.Builder |
InsertAllRequest.newBuilder(TableInfo tableInfo,
InsertAllRequest.RowToInsert... rows)
Returns a builder for an
InsertAllRequest object given the destination table and the
rows to insert. |
static InsertAllRequest.Builder |
InsertAllRequest.newBuilder(TableInfo tableInfo,
Iterable<InsertAllRequest.RowToInsert> rows)
Returns a builder for an
InsertAllRequest object given the destination table and the
rows to insert. |
static InsertAllRequest |
InsertAllRequest.of(TableInfo tableInfo,
InsertAllRequest.RowToInsert... rows)
Returns a
InsertAllRequest object given the destination table and the rows to insert. |
static InsertAllRequest |
InsertAllRequest.of(TableInfo tableInfo,
Iterable<InsertAllRequest.RowToInsert> rows)
Returns a
InsertAllRequest object given the destination table and the rows to insert. |
Table |
BigQuery.update(TableInfo tableInfo,
BigQuery.TableOption... options)
Updates table information.
|
Copyright © 2019 Google LLC. All rights reserved.