Uses of Class
org.apache.jena.sparql.algebra.op.OpDistinct
-
-
Uses of OpDistinct in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra with parameters of type OpDistinct Modifier and Type Method Description OpTransform. transform(OpDistinct opDistinct, Op subOp)OpTransformBase. transform(OpDistinct opDistinct, Op subOp)OpTransformCopy. transform(OpDistinct opDistinct, Op subOp)OpTransformWrapper. transform(OpDistinct opDistinct, Op subOp)voidOpAsQuery.Converter. visit(OpDistinct opDistinct)voidOpVisitor. visit(OpDistinct opDistinct)voidOpVisitorBase. visit(OpDistinct opDistinct)voidOpVisitorByType. visit(OpDistinct opDistinct) -
Uses of OpDistinct in org.apache.jena.sparql.algebra.optimize
Methods in org.apache.jena.sparql.algebra.optimize with parameters of type OpDistinct Modifier and Type Method Description OpTransformDistinctToReduced. transform(OpDistinct opDistinct, Op subOp)OpTransformOrderByDistinctApplication. transform(OpDistinct opDistinct, Op subOp)OpTransformDistinctToReduced. transform1(OpDistinct opDistinct, Op subOp) -
Uses of OpDistinct in org.apache.jena.sparql.algebra.walker
Methods in org.apache.jena.sparql.algebra.walker with parameters of type OpDistinct Modifier and Type Method Description default voidOpVisitorByType. visit(OpDistinct opDistinct)default voidOpVisitorByTypeAndExpr. visit(OpDistinct opDistinct) -
Uses of OpDistinct in org.apache.jena.sparql.engine.ref
Methods in org.apache.jena.sparql.engine.ref with parameters of type OpDistinct Modifier and Type Method Description voidEvaluatorDispatch. visit(OpDistinct opDistinct) -
Uses of OpDistinct in org.apache.jena.sparql.sse.writers
Methods in org.apache.jena.sparql.sse.writers with parameters of type OpDistinct Modifier and Type Method Description voidWriterOp.OpWriterWorker. visit(OpDistinct opDistinct)
-