Package | Description |
---|---|
com.hp.hpl.jena.sparql.algebra.op |
Modifier and Type | Class and Description |
---|---|
class |
OpConditional
Conditional execution - works with streamed execution and is known to safe to
evaluate that way (no issues from nested optionals).
|
class |
OpDiff |
class |
OpJoin |
class |
OpLeftJoin |
class |
OpMinus |
class |
OpUnion |
Modifier and Type | Method and Description |
---|---|
Op2 |
OpConditional.copy(Op newLeft,
Op newRight) |
Op2 |
OpDiff.copy(Op newLeft,
Op newRight) |
Op2 |
OpJoin.copy(Op newLeft,
Op newRight) |
Op2 |
OpUnion.copy(Op newLeft,
Op newRight) |
Op2 |
OpMinus.copy(Op newLeft,
Op newRight) |
Op2 |
OpLeftJoin.copy(Op newLeft,
Op newRight) |
abstract Op2 |
Op2.copy(Op left,
Op right) |
Licenced under the Apache License, Version 2.0