Class JobStatistics.ScriptStatistics

java.lang.Object
com.google.cloud.bigquery.JobStatistics.ScriptStatistics
Enclosing class:
JobStatistics

public static class JobStatistics.ScriptStatistics extends Object
A Google BigQuery Script statistics.
  • Method Details

    • getEvaluationKind

      public String getEvaluationKind()
      Returns child job was a statement or expression
    • getStackFrames

      Stack trace showing the line/column/procedure name of each frame on the stack at the point where the current evaluation happened. The leaf frame is first, the primary script is last. Never empty.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object