Uses of Class
com.google.cloud.bigquery.JobStatistics.SessionInfo
-
Packages that use JobStatistics.SessionInfo Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of JobStatistics.SessionInfo in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return JobStatistics.SessionInfo Modifier and Type Method Description JobStatistics.SessionInfo
BigQueryResultStats. getSessionInfo()
Returns SessionInfo contains information about the session if this job is part of one.JobStatistics.SessionInfo
BigQueryResultStatsImpl. getSessionInfo()
JobStatistics.SessionInfo
JobStatistics. getSessionInfo()
Info of the session if this job is part of one.Constructors in com.google.cloud.bigquery with parameters of type JobStatistics.SessionInfo Constructor Description BigQueryResultStatsImpl(JobStatistics.QueryStatistics queryStatistics, JobStatistics.SessionInfo sessionInfo)
-