Package com.google.cloud.bigquery
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Integer
getEndColumn()
Returns the end column.Integer
getEndLine()
Returns the end line.String
getProcedureId()
Returns Name of the active procedure, empty if in a top-level script.Integer
getStartColumn()
Returns the start columnInteger
getStartLine()
Returns the start line.String
getText()
Returns Text of the current statement/expression.int
hashCode()
String
toString()
-
-
-
Method Detail
-
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.
-
-