Package com.google.cloud.bigquery
Interface BigQueryResultStats
-
- All Known Implementing Classes:
BigQueryResultStatsImpl
public interface BigQueryResultStats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobStatistics.QueryStatistics
getQueryStatistics()
Returns query statistics of a query jobJobStatistics.SessionInfo
getSessionInfo()
Returns SessionInfo contains information about the session if this job is part of one.
-
-
-
Method Detail
-
getQueryStatistics
@BetaApi JobStatistics.QueryStatistics getQueryStatistics()
Returns query statistics of a query job
-
getSessionInfo
@BetaApi JobStatistics.SessionInfo getSessionInfo()
Returns SessionInfo contains information about the session if this job is part of one. JobStatistics2 model class does not allow setSessionInfo so this cannot be set as part of QueryStatistics when we use jobs.query API.
-
-