public static class JobStatistics.QueryStatistics extends JobStatistics
JobStatistics.CopyStatistics, JobStatistics.ExtractStatistics, JobStatistics.LoadStatistics, JobStatistics.QueryStatistics
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getBillingTier()
Returns the billing tier for the job.
|
Boolean |
getCacheHit()
Returns whether the query result was fetched from the query cache.
|
List<QueryStage> |
getQueryPlan()
Returns the query plan as a list of stages or
null if a query plan is not available. |
Long |
getTotalBytesBilled()
Returns the total number of bytes billed for the job.
|
Long |
getTotalBytesProcessed()
Returns the total number of bytes processed by the job.
|
int |
hashCode() |
getCreationTime, getEndTime, getStartTime, toString
public Integer getBillingTier()
public Boolean getCacheHit()
public Long getTotalBytesBilled()
public Long getTotalBytesProcessed()
public List<QueryStage> getQueryPlan()
null
if a query plan is not available.
Each stage involves a number of steps that read from data sources, perform a series of
transformations on the input, and emit an output to a future stage (or the final result). The
query plan is available for a completed query job and is retained for 7 days.Copyright © 2018 Google. All rights reserved.