We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4bdda commit 74976d8Copy full SHA for 74976d8
be/src/vec/common/hash_table/hash_map_context.h
@@ -437,8 +437,8 @@ auto& get_string_hash_table(HashMap& data) {
437
438
/// Compile-time key conversion for each sub-table group.
439
/// 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&).
+/// Returns the converted key for the given group.
+/// For groups 0 and 5, the key is returned as a non-const copy (lazy_emplace_if_zero takes Key&).
442
template <int GroupIdx>
443
auto convert_key_for_submap(const StringRef& origin) {
444
if constexpr (GroupIdx == 0) {
0 commit comments