623624625626627628629630631632633
} // ---- ToList if ( context.isTrue(ARQ.generateToList) ) // Listify it. op = new OpList(op) ; // ---- ORDER BY if ( query.getOrderBy() != null ) { List<SortCondition> scList = new ArrayList<SortCondition>() ;
410411412413414415416
* rewrites the subop of list. */ @Override public void visit( final OpList opList ) { addOp(new OpList(rewriteOp1(opList))); }