Package io.prestosql.sql.tree
Class ExplainFormat
- java.lang.Object
-
- io.prestosql.sql.tree.Node
-
- io.prestosql.sql.tree.ExplainOption
-
- io.prestosql.sql.tree.ExplainFormat
-
public class ExplainFormat extends ExplainOption
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExplainFormat.Type
-
Constructor Summary
Constructors Constructor Description ExplainFormat(ExplainFormat.Type type)ExplainFormat(NodeLocation location, ExplainFormat.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()ExplainFormat.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
-
ExplainFormat
public ExplainFormat(ExplainFormat.Type type)
-
ExplainFormat
public ExplainFormat(NodeLocation location, ExplainFormat.Type type)
-
-
Method Detail
-
getType
public ExplainFormat.Type getType()
-
getChildren
public java.util.List<Node> getChildren()
- Specified by:
getChildrenin classNode
-
-