"where t1.hundred = t2.hundred " +
"and t2.two = t3.two and " +
"t1.hundred = t3.hundred").close();
checkEstimatedRowCount(conn,3212015.00625);
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.findString("Hash Scan ResultSet for T2", 1));
assertTrue(rtsp.findString("Bit set of columns fetched={1, 3}", 1));
assertTrue(rtsp.findString("Hash Scan ResultSet for T3", 1));
assertTrue(rtsp.findString("Bit set of columns fetched={1, 3}", 1));