Class JobStatistics.ScriptStatistics

  • Enclosing class:
    JobStatistics

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

      • getEvaluationKind

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

        public List<JobStatistics.ScriptStatistics.ScriptStackFrame> 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object