Uses of Enum Class
io.trino.json.ir.IrArithmeticUnary.Sign
Packages that use IrArithmeticUnary.Sign
-
Uses of IrArithmeticUnary.Sign in io.trino.json.ir
Methods in io.trino.json.ir that return IrArithmeticUnary.SignModifier and TypeMethodDescriptionIrArithmeticUnary.sign()Returns the value of thesignrecord component.static IrArithmeticUnary.SignReturns the enum constant of this class with the specified name.static IrArithmeticUnary.Sign[]IrArithmeticUnary.Sign.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.json.ir with parameters of type IrArithmeticUnary.SignModifierConstructorDescriptionIrArithmeticUnary(IrArithmeticUnary.Sign sign, IrPathNode base, Optional<Type> type) Creates an instance of aIrArithmeticUnaryrecord class.