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