Package io.prestosql.sql.tree
Class ExplainType
- java.lang.Object
-
- io.prestosql.sql.tree.Node
-
- io.prestosql.sql.tree.ExplainOption
-
- io.prestosql.sql.tree.ExplainType
-
public class ExplainType extends ExplainOption
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExplainType.Type
-
Constructor Summary
Constructors Constructor Description ExplainType(ExplainType.Type type)ExplainType(NodeLocation location, ExplainType.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.List<Node>getChildren()ExplainType.TypegetType()inthashCode()java.lang.StringtoString()-
Methods inherited from class io.prestosql.sql.tree.ExplainOption
accept
-
Methods inherited from class io.prestosql.sql.tree.Node
getLocation
-
-
-
-
Constructor Detail
-
ExplainType
public ExplainType(ExplainType.Type type)
-
ExplainType
public ExplainType(NodeLocation location, ExplainType.Type type)
-
-
Method Detail
-
getType
public ExplainType.Type getType()
-
getChildren
public java.util.List<Node> getChildren()
- Specified by:
getChildrenin classNode
-
-