Uses of Class
com.hp.hpl.jena.sparql.algebra.op.OpDistinct

Packages that use OpDistinct
com.hp.hpl.jena.sparql.algebra   
com.hp.hpl.jena.sparql.algebra.optimize   
com.hp.hpl.jena.sparql.engine.ref   
com.hp.hpl.jena.sparql.sse.writers   
 

Uses of OpDistinct in com.hp.hpl.jena.sparql.algebra
 

Methods in com.hp.hpl.jena.sparql.algebra that return OpDistinct
static OpDistinct OpLib.asDistinct(Op op)
           
 

Methods in com.hp.hpl.jena.sparql.algebra with parameters of type OpDistinct
 Op TransformBase.transform(OpDistinct opDistinct, Op subOp)
           
 Op TransformWrapper.transform(OpDistinct opDistinct, Op subOp)
           
 Op TransformCopy.transform(OpDistinct opDistinct, Op subOp)
           
 Op Transform.transform(OpDistinct opDistinct, Op subOp)
           
 void OpVisitor.visit(OpDistinct opDistinct)
           
 void OpAsQuery.Converter.visit(OpDistinct opDistinct)
           
 void OpVisitorBase.visit(OpDistinct opDistinct)
           
 void OpVisitorByType.visit(OpDistinct opDistinct)
           
 

Uses of OpDistinct in com.hp.hpl.jena.sparql.algebra.optimize
 

Methods in com.hp.hpl.jena.sparql.algebra.optimize with parameters of type OpDistinct
 Op TransformDistinctToReduced.transform(OpDistinct opDistinct, Op subOp)
           
 

Uses of OpDistinct in com.hp.hpl.jena.sparql.engine.ref
 

Methods in com.hp.hpl.jena.sparql.engine.ref with parameters of type OpDistinct
 void EvaluatorDispatch.visit(OpDistinct opDistinct)
           
 

Uses of OpDistinct in com.hp.hpl.jena.sparql.sse.writers
 

Methods in com.hp.hpl.jena.sparql.sse.writers with parameters of type OpDistinct
 void WriterOp.OpWriterWorker.visit(OpDistinct opDistinct)
           
 



Licenced under the Apache License, Version 2.0