X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fhfta%2Fjoin_eq_hash_operator.h;fp=include%2Fhfta%2Fjoin_eq_hash_operator.h;h=fd8bf00714112281b6c9e4a70d104aa2fd74bd72;hb=dec9c93423775db0f4783a93145f016d5d780ffd;hp=0b9a9f16babcb936eb80257aa93524d787dd1e19;hpb=a3f38475d1e9340f916140f4cf70221908cdff72;p=com%2Fgs-lite.git diff --git a/include/hfta/join_eq_hash_operator.h b/include/hfta/join_eq_hash_operator.h index 0b9a9f1..fd8bf00 100644 --- a/include/hfta/join_eq_hash_operator.h +++ b/include/hfta/join_eq_hash_operator.h @@ -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(); } }