this.sortType = WebServiceParams.sort(sort, order,tblconf.fieldColumntypeMap,this.groupbyFields);
MdrillPartionsInterface drillpart=MdrillPartions.INSTANCE(part.parttype);
this.partionsAll = drillpart.SqlPartions(this.queryStr);
this.queryStr=drillpart.SqlFilter(this.queryStr);
Arrays.sort(partionsAll);
LOG.info("partionsAll:" + MdrillRequestLog.cutString(Arrays.toString(partionsAll)));