Uses of Class
org.apache.jena.sparql.algebra.op.Op1
-
Packages that use Op1 Package Description org.apache.jena.sparql.algebra.op org.apache.jena.sparql.algebra.walker -
-
Uses of Op1 in org.apache.jena.sparql.algebra.op
Subclasses of Op1 in org.apache.jena.sparql.algebra.op Modifier and Type Class Description classOpAssignclassOpDistinctclassOpDistinctReducedclassOpExtendThis is the operation in standard SPARQL 1.1 OpAssign is specifically in support of LET.classOpExtendAssignclassOpFilterclassOpGraphclassOpGroupclassOpLabelDo-nothing class that means that tags/labels/comments can be left in the algebra tree.classOpListclassOpModifierMark solution modifiersclassOpOrderclassOpProcedureGeneral procedure in algebra evaluation (a stored procedure facility) Syntax (ARQ extension): CALL(?x, ?y+3) See also the similar algebra form for property functions. classOpProjectclassOpPropFuncProperty functions (or any OpBGP replacement) Execution will be per-engine specificclassOpReducedclassOpServiceclassOpSliceclassOpTopNTop N from a stream of items - for small N, better than ORDER BY + LIMIT NMethods in org.apache.jena.sparql.algebra.op that return Op1 Modifier and Type Method Description abstract Op1Op1. copy(Op subOp)Op1OpAssign. copy(Op subOp)Op1OpDistinct. copy(Op subOp)Op1OpExtend. copy(Op subOp)Op1OpFilter. copy(Op subOp)Op1OpGraph. copy(Op newOp)Op1OpGroup. copy(Op subOp)Op1OpLabel. copy(Op subOp)Op1OpList. copy(Op subOp)Op1OpOrder. copy(Op subOp)Op1OpProcedure. copy(Op subOp)Op1OpProject. copy(Op subOp)Op1OpPropFunc. copy(Op op)Op1OpReduced. copy(Op subOp)Op1OpService. copy(Op newOp)Op1OpSlice. copy(Op subOp)Op1OpTopN. copy(Op subOp) -
Uses of Op1 in org.apache.jena.sparql.algebra.walker
Methods in org.apache.jena.sparql.algebra.walker with parameters of type Op1 Modifier and Type Method Description voidApplyTransformVisitor. visit1(Op1 op)voidOpVisitorByType. visit1(Op1 op)voidOpVisitorByTypeAndExpr. visit1(Op1 op)voidWalkerVisitor. visit1(Op1 op)
-