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