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 booleanequals(Object obj)IntegergetEndColumn()Returns the end column.IntegergetEndLine()Returns the end line.StringgetProcedureId()Returns Name of the active procedure, empty if in a top-level script.IntegergetStartColumn()Returns the start columnIntegergetStartLine()Returns the start line.StringgetText()Returns Text of the current statement/expression.inthashCode()StringtoString()
-
-
-
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.
-
-