Uses of Class
io.trino.sql.tree.IntervalLiteral.Sign
-
Packages that use IntervalLiteral.Sign Package Description io.trino.sql.tree -
-
Uses of IntervalLiteral.Sign in io.trino.sql.tree
Methods in io.trino.sql.tree that return IntervalLiteral.Sign Modifier and Type Method Description IntervalLiteral.SignIntervalLiteral. getSign()static IntervalLiteral.SignIntervalLiteral.Sign. valueOf(String name)Returns the enum constant of this type with the specified name.static IntervalLiteral.Sign[]IntervalLiteral.Sign. 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 IntervalLiteral.Sign Constructor Description IntervalLiteral(NodeLocation location, String value, IntervalLiteral.Sign sign, IntervalLiteral.IntervalField startField, Optional<IntervalLiteral.IntervalField> endField)IntervalLiteral(String value, IntervalLiteral.Sign sign, IntervalLiteral.IntervalField startField)IntervalLiteral(String value, IntervalLiteral.Sign sign, IntervalLiteral.IntervalField startField, Optional<IntervalLiteral.IntervalField> endField)
-