Class LeftJoinClassifier
- java.lang.Object
-
- org.apache.jena.sparql.engine.main.LeftJoinClassifier
-
public class LeftJoinClassifier extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static booleanprint
-
Constructor Summary
Constructors Constructor Description LeftJoinClassifier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisLinear(OpLeftJoin op)static booleanisLinear(Op left, Op right)static java.util.Set<Var>nonLinearVars(OpLeftJoin op)
-
-
-
Method Detail
-
isLinear
public static boolean isLinear(OpLeftJoin op)
-
nonLinearVars
public static java.util.Set<Var> nonLinearVars(OpLeftJoin op)
-
-