Package com.google.cloud.bigquery
Class TableResult
java.lang.Object
com.google.cloud.bigquery.TableResult
- All Implemented Interfaces:
Page<FieldValueList>,Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanabstract JobCreationReasonabstract JobIdgetJobId()abstract 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
-
getJobCreationReason
-
hasNextPage
public boolean hasNextPage()- Specified by:
hasNextPagein interfacePage<FieldValueList>
-
getNextPageToken
- Specified by:
getNextPageTokenin interfacePage<FieldValueList>
-
getNextPage
- Specified by:
getNextPagein interfacePage<FieldValueList>
-
iterateAll
- Specified by:
iterateAllin interfacePage<FieldValueList>
-
getValues
- Specified by:
getValuesin interfacePage<FieldValueList>
-
toString
-
hashCode
public final int hashCode() -
equals
-