Record Class IrArithmeticUnary

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

public record IrArithmeticUnary(IrArithmeticUnary.Sign sign, IrPathNode base, Optional<Type> type) extends Record implements IrPathNode