Uses of Class
com.google.cloud.bigquery.TableResult
-
Packages that use TableResult Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of TableResult in com.google.cloud.bigquery
Subclasses of TableResult in com.google.cloud.bigquery Modifier and Type Class Description classEmptyTableResultMethods in com.google.cloud.bigquery that return TableResult Modifier and Type Method Description TableResultTableResult. getNextPage()TableResultJob. getQueryResults(BigQuery.QueryResultsOption... options)Gets the query results of this job.TableResultTable. list(BigQuery.TableDataListOption... options)Returns the paginated list rows in this table.TableResultTable. list(Schema schema, BigQuery.TableDataListOption... options)Returns the paginated list rows in this table.TableResultBigQuery. listTableData(TableId tableId, BigQuery.TableDataListOption... options)Lists the table's rows.TableResultBigQuery. listTableData(TableId tableId, Schema schema, BigQuery.TableDataListOption... options)Lists the table's rows.TableResultBigQuery. listTableData(String datasetId, String tableId, BigQuery.TableDataListOption... options)Lists the table's rows.TableResultBigQuery. listTableData(String datasetId, String tableId, Schema schema, BigQuery.TableDataListOption... options)Lists the table's rows.TableResultBigQuery. query(QueryJobConfiguration configuration, BigQuery.JobOption... options)Runs the query associated with the request, using an internally-generated random JobId.TableResultBigQuery. query(QueryJobConfiguration configuration, JobId jobId, BigQuery.JobOption... options)Runs the query associated with the request, using the given JobId.
-