Class JobStatistics.ScriptStatistics.ScriptStackFrame

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

public static class JobStatistics.ScriptStatistics.ScriptStackFrame extends Object
  • Method Details

    • getEndColumn

      public Integer getEndColumn()
      Returns the end column.
    • getEndLine

      public Integer getEndLine()
      Returns the end line.
    • getProcedureId

      public String getProcedureId()
      Returns Name of the active procedure, empty if in a top-level script.
    • getStartColumn

      public Integer getStartColumn()
      Returns the start column
    • getStartLine

      public Integer getStartLine()
      Returns the start line.
    • getText

      public String getText()
      Returns Text of the current statement/expression.
    • 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