Record Class IrContextVariable

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

public record IrContextVariable(Optional<Type> type) extends Record implements IrPathNode