Class JobStatistics.ScriptStatistics (2.26.1)

public static class JobStatistics.ScriptStatistics

A Google BigQuery Script statistics.

Inheritance

Object > JobStatistics.ScriptStatistics

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getEvaluationKind()

public String getEvaluationKind()

Returns child job was a statement or expression

Returns
TypeDescription
String

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.

Returns
TypeDescription
List<ScriptStackFrame>

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toString()

public String toString()
Returns
TypeDescription
String
Overrides