public class NaryJoin extends AbstractNaryTupleOperator
| Constructor and Description |
|---|
NaryJoin() |
NaryJoin(List<TupleExpr> args)
Creates a new natural join operator.
|
NaryJoin(TupleExpr... args)
Creates a new natural join operator.
|
| Modifier and Type | Method and Description |
|---|---|
NaryJoin |
clone() |
<X extends Exception> |
visit(QueryModelVisitor<X> visitor) |
getAssuredBindingNames, getBindingNamesaddArg, getArg, getArgs, getNumberOfArguments, removeArg, replaceChildNode, setArg, visitChildrengetParentNode, getSignature, nullEquals, replaceNodeInList, replaceWith, setParentNode, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, getParentNode, getSignature, replaceChildNode, replaceWith, setParentNode, toString, visitChildrenpublic NaryJoin()
public NaryJoin(TupleExpr... args)
public <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X extends Exception
X extends Exceptionpublic NaryJoin clone()
clone in interface QueryModelNodeclone in interface TupleExprclone in class AbstractNaryTupleOperatorCopyright © 2001-2014 Aduna. All Rights Reserved.