We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20b9afe + d92fe6c commit 29036bdCopy full SHA for 29036bd
ydb/core/tablet_flat/flat_mem_iter.h
@@ -139,7 +139,7 @@ namespace NTable {
139
Key.insert(Key.end(), (**KeyCellDefaults).begin() + len, (**KeyCellDefaults).end());
140
}
141
142
- return { KeyCellDefaults->BasicTypes().begin(), Key.begin(), ui32(Key.size()) };
+ return { KeyCellDefaults->BasicTypes().data(), Key.data(), ui32(Key.size()) };
143
144
145
bool IsDelta() const
0 commit comments