Record Class IrNegationPredicate

java.lang.Object
java.lang.Record
io.trino.json.ir.IrNegationPredicate
All Implemented Interfaces:
IrPathNode, IrPredicate

public record IrNegationPredicate(IrPredicate predicate) extends Record implements IrPredicate