public static class JobStatistics.QueryStatistics extends JobStatistics
JobStatistics.CopyStatistics, JobStatistics.ExtractStatistics, JobStatistics.LoadStatistics, JobStatistics.QueryStatistics| Modifier and Type | Method and Description |
|---|---|
Integer |
billingTier()
Returns the billing tier for the job.
|
Boolean |
cacheHit()
Returns whether the query result was fetched from the query cache.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<QueryStage> |
queryPlan()
Returns the query plan as a list of stages or
null if a query plan is not available. |
Long |
totalBytesBilled()
Returns the total number of bytes billed for the job.
|
Long |
totalBytesProcessed()
Returns the total number of bytes processed by the job.
|
creationTime, endTime, startTime, toStringpublic Integer billingTier()
public Boolean cacheHit()
public Long totalBytesBilled()
public Long totalBytesProcessed()
public List<QueryStage> queryPlan()
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 © 2016 Google. All rights reserved.