org.openrdf.sail.federation.algebra
Class NaryJoin
java.lang.Object
org.openrdf.query.algebra.QueryModelNodeBase
org.openrdf.sail.federation.algebra.NaryOperator<TupleExpr>
org.openrdf.sail.federation.algebra.NaryTupleOperator
org.openrdf.sail.federation.algebra.NaryJoin
- All Implemented Interfaces:
- Cloneable, QueryModelNode, TupleExpr
public class NaryJoin
- extends NaryTupleOperator
A natural join between two tuple expressions.
NaryJoin
public NaryJoin()
NaryJoin
public NaryJoin(TupleExpr... args)
- Creates a new natural join operator.
NaryJoin
public NaryJoin(List<TupleExpr> args)
- Creates a new natural join operator.
visit
public <X extends Exception> void visit(QueryModelVisitor<X> visitor)
throws X extends Exception
- Throws:
X extends Exception
clone
public NaryJoin clone()
- Specified by:
clone in interface QueryModelNode- Specified by:
clone in interface TupleExpr- Overrides:
clone in class NaryTupleOperator
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.