Wednesday 15 February 2012

java - Using "List" to retrieve queryResult of BigQuery only got 512 records -


queryResult has detected that it has 13224 rows, then I

  list & lt ; TableRow & gt; Line = queryzialt.getra ();   

Then this list shows that there are only 512 rows in "Rows".

Any help?

If the rows are large or there are a lot of them, then you can not get all the rows back By making a call, you can get to the remaining rows. Gatequality () or tabledata.List () with related offset.

From:

  1. Call jobs.query with your query string. This method takes an optional period of time; If 0 is set to or not specified, the method will default to 10 seconds. If the query returns within the specified time-period duration, the method will return the first page of the result. For additional results, call jobs. If the query timeout expires, before the query ends, the method will return the job = false, and you should call the jobs. Query job continues even after the timeout period until it is over, either successfully or the error has occurred. [If required] Call jobs [if required]. To get results from results via page results via more results, to check the results of a query that has exceeded their time limit, or until the temporary table is destroyed. This method lets you specify a starting line, and also takes a timeout that works like jobs. The task has not yet been completed to allow the waiting.

No comments:

Post a Comment