if ( query.hasBindings() )
{
Table table = TableFactory.create() ;
for ( Binding binding : query.getBindingValues() )
table.addBinding(binding) ;
OpTable opTable = OpTable.create(table) ;
op = OpJoin.create(op, opTable) ;
}
// ---- ToList
if ( context.isTrue(ARQ.generateToList) )