Record Class IrConstantJsonSequence

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

public record IrConstantJsonSequence(List<com.fasterxml.jackson.databind.JsonNode> sequence, Optional<Type> type) extends Record implements IrPathNode