Skip to content

Commit 74976d8

Browse files
committed
update
1 parent 1e4bdda commit 74976d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

be/src/vec/common/hash_table/hash_map_context.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ auto& get_string_hash_table(HashMap& data) {
437437

438438
/// Compile-time key conversion for each sub-table group.
439439
/// Groups 1-4 use to_string_key<T>(); groups 0 and 5 use StringRef directly.
440-
/// Returns a pair: (converted_key, needs_copy).
441-
/// For groups 0 and 5, the key must be a non-const copy (lazy_emplace_if_zero takes Key&).
440+
/// Returns the converted key for the given group.
441+
/// For groups 0 and 5, the key is returned as a non-const copy (lazy_emplace_if_zero takes Key&).
442442
template <int GroupIdx>
443443
auto convert_key_for_submap(const StringRef& origin) {
444444
if constexpr (GroupIdx == 0) {

0 commit comments

Comments
 (0)