Class IrValues
java.lang.Object
org.eclipse.rdf4j.queryrender.sparql.ir.IrNode
org.eclipse.rdf4j.queryrender.sparql.ir.IrValues
Textual IR node for a VALUES block.
-
varNames lists projected variable names without '?'. - rows holds textual terms per row; the
renderer preserves the original ordering when configured to do so. - UNDEF is represented by the string literal
"UNDEF" in a row position.-
Field Summary
Fields inherited from class IrNode
_className -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class IrNode
getVars, isNewScope, setNewScope, transformChildren
-
Constructor Details
-
IrValues
public IrValues(boolean newScope)
-
-
Method Details
-
getVarNames
-
getRows
-
print
-