public class BigQueryResultStatsImpl extends Object implements BigQueryResultStats
| Constructor and Description |
|---|
BigQueryResultStatsImpl(JobStatistics.QueryStatistics queryStatistics,
JobStatistics.SessionInfo sessionInfo) |
| Modifier and Type | Method and Description |
|---|---|
JobStatistics.QueryStatistics |
getQueryStatistics()
Returns query statistics of a query job
|
JobStatistics.SessionInfo |
getSessionInfo()
Returns SessionInfo contains information about the session if this job is part of one.
|
public BigQueryResultStatsImpl(JobStatistics.QueryStatistics queryStatistics, JobStatistics.SessionInfo sessionInfo)
public JobStatistics.QueryStatistics getQueryStatistics()
BigQueryResultStatsgetQueryStatistics in interface BigQueryResultStatspublic JobStatistics.SessionInfo getSessionInfo()
BigQueryResultStatsgetSessionInfo in interface BigQueryResultStatsCopyright © 2023 Google LLC. All rights reserved.