| JoinNode joinNode = new JoinNode( buildContext.getNextId(),
leftTupleSource,
rightObjectSource,
constraints,
buildContext );
joinNode.attach(buildContext);
context.put( name,
joinNode );
} else {
throw new IllegalArgumentException( "Cannot arguments " + args );
|