Class IrDebug

java.lang.Object
org.eclipse.rdf4j.queryrender.sparql.ir.util.IrDebug

public final class IrDebug extends Object
Lightweight IR debug printer using Gson pretty printing. Produces objects of the form {"class": "", "data": {...}} so it is easy to see the concrete IR node type in dumps. Several noisy fields from RDF4J algebra nodes are excluded to keep output focused on relevant structure.
  • Method Details