Improvements to aggregation code and fucntion library
[com/gs-lite.git] / include / hfta / join_eq_hash_operator.h
index 0b9a9f1..fd8bf00 100644 (file)
@@ -219,7 +219,7 @@ int n_calls, n_iters, n_eqk;
                                }
                        }
                }
-               join_tbl[i].clear(); join_tbl[i].rehash();
+               join_tbl[i].clear(); join_tbl[i].resize();
        }
 
   }