Package | Description |
---|---|
com.hp.hpl.jena.sparql.algebra | |
com.hp.hpl.jena.sparql.algebra.op |
Modifier and Type | Method and Description |
---|---|
static Op |
OpLib.sub(Op1 op) |
Modifier and Type | Class and Description |
---|---|
class |
OpAssign |
class |
OpDistinct |
class |
OpExtend
This is the operation in stadard SPARQL 1.1
OpAssign is specifically in support of LET.
|
class |
OpFilter |
class |
OpGraph |
class |
OpGroup |
class |
OpLabel
Do-nothing class that means that tags/labels/comments can be left in the algebra tree.
|
class |
OpList |
class |
OpModifier
Mark solution modifiers
|
class |
OpOrder |
class |
OpProcedure
General procedure in algebra evaluation (a stored procedure facility)
Syntax (ARQ extension): CALL
|
class |
OpProject |
class |
OpPropFunc
Property functions (or any OpBGP replacement)
Execution will be per-engine specific
|
class |
OpReduced |
class |
OpService |
class |
OpSlice |
class |
OpTopN
Top N from a stream of items - for small N, better than ORDER BY + LIMIT N
|
Modifier and Type | Method and Description |
---|---|
Op1 |
OpTopN.copy(Op subOp) |
Op1 |
OpGroup.copy(Op subOp) |
Op1 |
OpGraph.copy(Op newOp) |
Op1 |
OpService.copy(Op newOp) |
Op1 |
OpProcedure.copy(Op subOp) |
Op1 |
OpReduced.copy(Op subOp) |
Op1 |
OpList.copy(Op subOp) |
Op1 |
OpOrder.copy(Op subOp) |
Op1 |
OpAssign.copy(Op subOp) |
Op1 |
OpSlice.copy(Op subOp) |
Op1 |
OpPropFunc.copy(Op op) |
Op1 |
OpLabel.copy(Op subOp) |
Op1 |
OpProject.copy(Op subOp) |
Op1 |
OpDistinct.copy(Op subOp) |
Op1 |
OpFilter.copy(Op subOp) |
abstract Op1 |
Op1.copy(Op subOp) |
Op1 |
OpExtend.copy(Op subOp) |
Licenced under the Apache License, Version 2.0