"and t2.twenty = t3.twenty").close();
checkEstimatedRowCount(conn,1.606007503125E7);
rtsp = SQLUtilities.getRuntimeStatisticsParser(s);
assertTrue(rtsp.findString("Table Scan ResultSet for T1", 1));
assertTrue(rtsp.findString("Bit set of columns fetched={0, 3}", 1));
assertTrue(rtsp.usedSpecificIndexForIndexScan("T3", "T3_TWO_TWENTY"));
assertTrue(rtsp.findString("Bit set of columns fetched={0, 1}", 1));
assertTrue(rtsp.findString("Hash Scan ResultSet for T2", 1));
assertTrue(rtsp.findString("Bit set of columns fetched={1, 2, 3}", 1));
s.executeQuery("select t1.id from " +