Uses of Class
com.google.cloud.bigquery.TableResult
Packages that use TableResult
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of TableResult in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return TableResultModifier and TypeMethodDescriptionabstract TableResultTableResult.Builder.build()Creates a @code TableResult} object.TableResult.getNextPage()Job.getQueryResults(BigQuery.QueryResultsOption... options) Gets the query results of this job.Table.list(BigQuery.TableDataListOption... options) Returns the paginated list rows in this table.Table.list(Schema schema, BigQuery.TableDataListOption... options) Returns the paginated list rows in this table.BigQuery.listTableData(TableId tableId, BigQuery.TableDataListOption... options) Lists the table's rows.BigQuery.listTableData(TableId tableId, Schema schema, BigQuery.TableDataListOption... options) Lists the table's rows.BigQuery.listTableData(String datasetId, String tableId, BigQuery.TableDataListOption... options) Lists the table's rows.BigQuery.listTableData(String datasetId, String tableId, Schema schema, BigQuery.TableDataListOption... options) Lists the table's rows.BigQuery.query(QueryJobConfiguration configuration, BigQuery.JobOption... options) Runs the query associated with the request, using an internally-generated random JobId.BigQuery.query(QueryJobConfiguration configuration, JobId jobId, BigQuery.JobOption... options) Runs the query associated with the request, using the given JobId.