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