Uses of Class
io.trino.sql.tree.ExplainType.Type
-
Packages that use ExplainType.Type Package Description io.trino.sql.tree -
-
Uses of ExplainType.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return ExplainType.Type Modifier and Type Method Description ExplainType.TypeExplainType. getType()static ExplainType.TypeExplainType.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ExplainType.Type[]ExplainType.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 ExplainType.Type Constructor Description ExplainType(ExplainType.Type type)ExplainType(NodeLocation location, ExplainType.Type type)
-