diff --git a/flex/utils/pthash_utils/encoders_view.h b/flex/utils/pthash_utils/encoders_view.h index 5653a1cb617a..2c4d3df6283e 100644 --- a/flex/utils/pthash_utils/encoders_view.h +++ b/flex/utils/pthash_utils/encoders_view.h @@ -21,6 +21,8 @@ namespace gs { +// This code is an adaptation from +// https://github.com/jermp/pthash/blob/master/include/encoders/encoders.hpp struct dictionary_view { size_t size() const { return m_ranks.size(); } uint64_t access(uint64_t i) const {