Uses of Class
org.apache.jackrabbit.oak.query.ast.JoinImpl
-
Packages that use JoinImpl Package Description org.apache.jackrabbit.oak.query.ast org.apache.jackrabbit.oak.query.plan -
-
Uses of JoinImpl in org.apache.jackrabbit.oak.query.ast
Methods in org.apache.jackrabbit.oak.query.ast that return JoinImpl Modifier and Type Method Description JoinImpl
AstElementFactory. join(SourceImpl left, SourceImpl right, JoinType joinType, JoinConditionImpl joinCondition)
Methods in org.apache.jackrabbit.oak.query.ast with parameters of type JoinImpl Modifier and Type Method Description boolean
AstVisitor. visit(JoinImpl node)
boolean
AstVisitorBase. visit(JoinImpl node)
Calls accept on the two sources and the join condition in the join node. -
Uses of JoinImpl in org.apache.jackrabbit.oak.query.plan
Methods in org.apache.jackrabbit.oak.query.plan that return JoinImpl Modifier and Type Method Description JoinImpl
JoinExecutionPlan. getJoin()
Constructors in org.apache.jackrabbit.oak.query.plan with parameters of type JoinImpl Constructor Description JoinExecutionPlan(JoinImpl join, ExecutionPlan leftPlan, ExecutionPlan rightPlan, double estimatedCost)
-