Uses of Class
io.trino.sql.jsonpath.tree.ArithmeticUnary.Sign
-
Packages that use ArithmeticUnary.Sign Package Description io.trino.sql.jsonpath.tree -
-
Uses of ArithmeticUnary.Sign in io.trino.sql.jsonpath.tree
Methods in io.trino.sql.jsonpath.tree that return ArithmeticUnary.Sign Modifier and Type Method Description ArithmeticUnary.SignArithmeticUnary. getSign()static ArithmeticUnary.SignArithmeticUnary.Sign. valueOf(String name)Returns the enum constant of this type with the specified name.static ArithmeticUnary.Sign[]ArithmeticUnary.Sign. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.jsonpath.tree with parameters of type ArithmeticUnary.Sign Constructor Description ArithmeticUnary(ArithmeticUnary.Sign sign, PathNode base)
-