Class JobStatistics.ScriptStatistics (2.33.2)

publicstaticclass JobStatistics.ScriptStatistics

A Google BigQuery Script statistics.

Inheritance

Object > JobStatistics.ScriptStatistics

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getEvaluationKind()

publicStringgetEvaluationKind()

Returns child job was a statement or expression

Returns
Type Description
String

getStackFrames()

publicList<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()

publicinthashCode()
Returns
Type Description
int
Overrides

toString()

publicStringtoString()
Returns
Type Description
String
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.