Class JobStatistics.ScriptStatistics (2.39.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
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getEvaluationKind()

public String getEvaluationKind()

Returns child job was a statement or expression

Returns
Type Description
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
Type Description
List<ScriptStackFrame>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides