RuntimeStatisticsParser rsp =
new RuntimeStatisticsParser(rStat.getString(1));
return (rsp.usedIndexRowToBaseRow() && rsp.usedIndexScan()
&& (rsp.rowsQualifiedEquals(expRowCount)));
}
/**
* Helper class: An instance of DataRow represents a single row
* in DATA_TABLE. We use this class to store in-memory versions