Uses of Class
org.apache.jena.sparql.algebra.op.OpDistinct
Packages that use OpDistinct
Package
Description
-
Uses of OpDistinct in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra with parameters of type OpDistinctModifier and TypeMethodDescriptionTransform.transform(OpDistinct opDistinct, Op subOp) TransformCopy.transform(OpDistinct opDistinct, Op subOp) TransformSingle.transform(OpDistinct opDistinct, Op subOp) TransformWrapper.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 OpDistinctModifier and TypeMethodDescriptionTransformDistinctToReduced.transform(OpDistinct opDistinct, Op subOp) TransformOrderByDistinctApplication.transform(OpDistinct opDistinct, Op subOp) TransformDistinctToReduced.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 OpDistinctModifier and TypeMethodDescriptiondefault 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