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