Interface ExplainOptionsOrBuilder (3.20.0)

public interface ExplainOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnalyze()

public abstract boolean getAnalyze()

Optional. Whether to execute this query.

When false (the default), the query will be planned, returning only metrics from the planning stages.

When true, the query will be planned and executed, returning the full query results along with both planning and execution stage metrics.

bool analyze = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The analyze.