if(usingEmbedded()){
RuntimeStatisticsParser rtsp = new RuntimeStatisticsParser(rs.getString(1));
rs.close();
assertTrue(rtsp.usedTableScan());
assertFalse(rtsp.usedDistinctScan());
}
// hash exists join, right side PR on hash index scan,
// still no start/stop key, next qualifier "=". It still
// doesn't have start/stop key because c1 in ('5', '7') is