Uses of Enum Class
io.trino.json.ir.IrArithmeticBinary.Operator
Packages that use IrArithmeticBinary.Operator
-
Uses of IrArithmeticBinary.Operator in io.trino.json.ir
Methods in io.trino.json.ir that return IrArithmeticBinary.OperatorModifier and TypeMethodDescriptionIrArithmeticBinary.operator()Returns the value of theoperatorrecord component.static IrArithmeticBinary.OperatorReturns the enum constant of this class with the specified name.static IrArithmeticBinary.Operator[]IrArithmeticBinary.Operator.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 IrArithmeticBinary.OperatorModifierConstructorDescriptionIrArithmeticBinary(IrArithmeticBinary.Operator operator, IrPathNode left, IrPathNode right, Optional<Type> type) Creates an instance of aIrArithmeticBinaryrecord class.