Record Class IrArithmeticBinary

java.lang.Object
java.lang.Record
io.trino.json.ir.IrArithmeticBinary
All Implemented Interfaces:
IrPathNode

public record IrArithmeticBinary(IrArithmeticBinary.Operator operator, IrPathNode left, IrPathNode right, Optional<Type> type) extends Record implements IrPathNode