* {@inheritDoc}
*/
public MultiColumnQuery create(SourceImpl source) throws RepositoryException {
// source is either selector or join
try {
return (MultiColumnQuery) source.accept(new DefaultQOMTreeVisitor() {
public Object visit(JoinImpl node, Object data) throws Exception {
return create(node);
}
public Object visit(SelectorImpl node, Object data) throws Exception {