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 |
EmptyTableResult |
Modifier and Type | Method and Description |
---|---|
TableResult |
TableResult.getNextPage() |
TableResult |
Job.getQueryResults(BigQuery.QueryResultsOption... options)
Gets the query results of this job.
|
TableResult |
Table.list(BigQuery.TableDataListOption... options)
Returns the paginated list rows in this table.
|
TableResult |
Table.list(Schema schema,
BigQuery.TableDataListOption... options)
Returns the paginated list rows in this table.
|
TableResult |
BigQuery.listTableData(String datasetId,
String tableId,
BigQuery.TableDataListOption... options)
Lists the table's rows.
|
TableResult |
BigQuery.listTableData(String datasetId,
String tableId,
Schema schema,
BigQuery.TableDataListOption... options)
Lists the table's rows.
|
TableResult |
BigQuery.listTableData(TableId tableId,
BigQuery.TableDataListOption... options)
Lists the table's rows.
|
TableResult |
BigQuery.listTableData(TableId tableId,
Schema schema,
BigQuery.TableDataListOption... options)
Lists the table's rows.
|
TableResult |
BigQuery.query(QueryJobConfiguration configuration,
BigQuery.JobOption... options)
Runs the query associated with the request, using an internally-generated random JobId.
|
TableResult |
BigQuery.query(QueryJobConfiguration configuration,
JobId jobId,
BigQuery.JobOption... options)
Runs the query associated with the request, using the given JobId.
|
Copyright © 2019 Google LLC. All rights reserved.