java.lang.Object
org.apache.jena.sparql.util.PrintSerializableBase
org.apache.jena.sparql.algebra.op.OpBase
org.apache.jena.sparql.algebra.op.Op2
org.apache.jena.sparql.algebra.op.OpConditional
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable
,Op
,Named
,PrintSerializable
Conditional execution - works with streamed execution and is known to safe to
evaluate that way (no issues from nested optionals).
For each element in the input stream,
execute the expression (i.e. index-join it to the element
in the input stream). If it matches, return those results.
If it does not, return the input stream element.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.sparql.util.PrintSerializableBase
toString, toString
Methods inherited from interface org.apache.jena.sparql.util.PrintSerializable
toString