Record Class IrLiteral

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

public record IrLiteral(Optional<Type> type, Object value) extends Record implements IrPathNode