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

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

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

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

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

Methods in com.hp.hpl.jena.sparql.algebra.optimize with parameters of type OpLeftJoin
 Op TransformJoinStrategy.transform(OpLeftJoin opLeftJoin, Op opLeft, Op opRight)
           
 Op TransformExpandOneOf.transform(OpLeftJoin opLeftJoin, Op opLeft, Op opRight)
           
 void OpVisitorExprPrepare.visit(OpLeftJoin opLeftJoin)
           
 

Uses of OpLeftJoin in com.hp.hpl.jena.sparql.engine.main
 

Methods in com.hp.hpl.jena.sparql.engine.main with parameters of type OpLeftJoin
static boolean LeftJoinClassifier.isLinear(OpLeftJoin op)
           
static Set<Var> LeftJoinClassifier.nonLinearVars(OpLeftJoin op)
           
 

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

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

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

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



Licenced under the Apache License, Version 2.0