Class QueryIterAssignVarValue

All Implemented Interfaces:
Iterator<Binding>, org.apache.jena.atlas.io.Printable, org.apache.jena.atlas.iterator.IteratorCloseable<Binding>, org.apache.jena.atlas.lib.Closeable, QueryIterator, PrintSerializable

public class QueryIterAssignVarValue extends QueryIterProcessBinding
Extend each solution by a (var, node) When used with mustBeNewVar=false, this is a join. If the input already has the variable assigned, then it must be the same (.equals) node and if it is not, the input row is rejected.
See Also:
  • Constructor Details

  • Method Details