Uses of Class
io.trino.sql.tree.ExplainFormat.Type
-
Packages that use ExplainFormat.Type Package Description io.trino.sql.tree -
-
Uses of ExplainFormat.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return ExplainFormat.Type Modifier and Type Method Description ExplainFormat.TypeExplainFormat. getType()static ExplainFormat.TypeExplainFormat.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ExplainFormat.Type[]ExplainFormat.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type ExplainFormat.Type Constructor Description ExplainFormat(ExplainFormat.Type type)ExplainFormat(NodeLocation location, ExplainFormat.Type type)
-