Uses of Enum
io.trino.sql.tree.ExplainType.Type
Packages that use ExplainType.Type
-
Uses of ExplainType.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return ExplainType.TypeModifier and TypeMethodDescriptionExplainType.getType()static ExplainType.TypeReturns 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.TypeModifierConstructorDescriptionExplainType(ExplainType.Type type) ExplainType(NodeLocation location, ExplainType.Type type)