this.joinInvert[i].open(req);
baseDocs=this.joinInvert[i].filterByRight(baseDocs);
}
this.baseDocs=baseDocs;
this.cmpString=new ShardGroupByGroupbyRowCompare(parse.sort_column_type,fields, parse.crossFs, parse.distFS, this.joinSort, parse.sort_fl, parse.sort_type, parse.isdesc);
this.cmpTermNum=new ShardGroupByTermNumCompare(fields, parse.crossFs, parse.distFS, this.joinSort, parse.sort_fl, parse.sort_type, parse.isdesc);
this.res = new PriorityQueue<GroupbyRow>( parse.limit_offset, Collections.reverseOrder(this.cmpString));
this.groupbySize=this.ufs.length;