Package io.trino.sql.tree
Class ExplainFormat
- java.lang.Object
-
- io.trino.sql.tree.Node
-
- io.trino.sql.tree.ExplainOption
-
- io.trino.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(Object obj)List<Node>getChildren()ExplainFormat.TypegetType()inthashCode()StringtoString()-
Methods inherited from class io.trino.sql.tree.ExplainOption
accept
-
Methods inherited from class io.trino.sql.tree.Node
getLocation, shallowEquals
-
-
-
-
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 List<Node> getChildren()
- Specified by:
getChildrenin classNode
-
-