Package com.google.cloud.bigquery
Class TableResult
java.lang.Object
com.google.cloud.bigquery.TableResult
- All Implemented Interfaces:
com.google.api.gax.paging.Page<FieldValueList>,Serializable
public abstract class TableResult
extends Object
implements com.google.api.gax.paging.Page<FieldValueList>, Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanabstract JobIdgetJobId()abstract com.google.api.gax.paging.Page<FieldValueList>abstract Stringabstract SchemaReturns the schema of the results.abstract longReturns the total number of rows in the complete result set, which can be more than the number of rows in the first page of results.final inthashCode()booleanstatic TableResult.Builderabstract TableResult.BuildertoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Constructor Details
-
TableResult
public TableResult()
-
-
Method Details
-
toBuilder
-
newBuilder
-
getSchema
Returns the schema of the results. Null if the schema is not supplied. -
getTotalRows
public abstract long getTotalRows()Returns the total number of rows in the complete result set, which can be more than the number of rows in the first page of results. If no rows are returned, this value can still be greater than 0 if any rows were affected by the query, such as INSERT, UPDATE, or DELETE queries. -
getPageNoSchema
-
getJobId
-
getQueryId
-
hasNextPage
public boolean hasNextPage()- Specified by:
hasNextPagein interfacecom.google.api.gax.paging.Page<FieldValueList>
-
getNextPageToken
- Specified by:
getNextPageTokenin interfacecom.google.api.gax.paging.Page<FieldValueList>
-
getNextPage
- Specified by:
getNextPagein interfacecom.google.api.gax.paging.Page<FieldValueList>
-
iterateAll
- Specified by:
iterateAllin interfacecom.google.api.gax.paging.Page<FieldValueList>
-
getValues
- Specified by:
getValuesin interfacecom.google.api.gax.paging.Page<FieldValueList>
-
toString
-
hashCode
public final int hashCode() -
equals
-