Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
ExplainQueryStep |
ExplainQueryStep.clone() |
ExplainQueryStep |
ExplainQueryStep.set(java.lang.String fieldName,
java.lang.Object value) |
ExplainQueryStep |
ExplainQueryStep.setKind(java.lang.String kind)
Machine-readable operation type.
|
ExplainQueryStep |
ExplainQueryStep.setSubsteps(java.util.List<java.lang.String> substeps)
Human-readable stage descriptions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ExplainQueryStep> |
ExplainQueryStage.getSteps()
List of operations within the stage in dependency order (approximately chronological).
|
Modifier and Type | Method and Description |
---|---|
ExplainQueryStage |
ExplainQueryStage.setSteps(java.util.List<ExplainQueryStep> steps)
List of operations within the stage in dependency order (approximately chronological).
|