Uses of Class
org.apache.jena.sparql.algebra.op.OpDistinct
Package
Description
-
Uses of OpDistinct in org.apache.jena.sparql.algebra
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptiondefault void
OpVisitorByType.visit
(OpDistinct opDistinct) default void
OpVisitorByTypeAndExpr.visit
(OpDistinct opDistinct) -
Uses of OpDistinct in org.apache.jena.sparql.engine.ref