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) void
OpAsQuery.Converter.visit
(OpDistinct opDistinct) void
OpVisitor.visit
(OpDistinct opDistinct) void
OpVisitorBase.visit
(OpDistinct opDistinct) void
OpVisitorByType.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 void
OpVisitorByType.visit
(OpDistinct opDistinct) default void
OpVisitorByTypeAndExpr.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