Class ExplainMetrics (2.21.3)

publicclass ExplainMetrics

Inheritance

Object > ExplainMetrics

Constructors

ExplainMetrics(ExplainMetrics proto)

publicExplainMetrics(ExplainMetricsproto)
Parameter
Name Description
proto ExplainMetrics

Methods

equals(Object o)

publicbooleanequals(Objecto)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getExecutionStats()

publicOptional<ExecutionStats>getExecutionStats()

Returns the aggregated stats from the execution of the query, if present. Only present when 'analyze' is set to true for ExplainOptions.

Returns
Type Description
Optional<ExecutionStats>

getPlanSummary()

publicPlanSummarygetPlanSummary()

Returns the planning phase information for the query.

Returns
Type Description
PlanSummary

hashCode()

publicinthashCode()
Returns
Type Description
int
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年11月19日 UTC.