Package com.google.cloud.bigquery
Class QueryStage.QueryStep
- java.lang.Object
-
- com.google.cloud.bigquery.QueryStage.QueryStep
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QueryStage
public static class QueryStage.QueryStep extends Object implements Serializable
Each query stage is made of a number of steps. This class contains information on a query step.- See Also:
- Steps Metadata, Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getName()
Returns a machine-readable name for the operation.List<String>
getSubsteps()
Returns a list of human-readable stage descriptions.int
hashCode()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
Returns a machine-readable name for the operation.- See Also:
- Steps Metadata
-
-