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()
BigQueryResultStats
getQueryStatistics
in interface BigQueryResultStats
public JobStatistics.SessionInfo getSessionInfo()
BigQueryResultStats
getSessionInfo
in interface BigQueryResultStats
Copyright © 2023 Google LLC. All rights reserved.