java.lang.Object
org.apache.jena.sparql.algebra.OpLib
Functions relating to
Op
s.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Op
empty()
Return anOp
that is the join zero -(join empty(), X) = empty)
.static Op
Convert a pattern, assumed to be quad form, so that the default graph is the union of named graphs.static Op
unit()
Return anOp
that is the join unit -(join unit(), X) = X)
.
-
Constructor Details
-
OpLib
public OpLib()
-
-
Method Details
-
unionDefaultGraphQuads
Convert a pattern, assumed to be quad form, so that the default graph is the union of named graphs. -
unit
Return anOp
that is the join unit -(join unit(), X) = X)
. It is one row of zero columns. -
empty
Return anOp
that is the join zero -(join empty(), X) = empty)
. It is zero rows.
-