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.
1 parent 5829e39 commit 12ab234Copy full SHA for 12ab234
ydb/core/tablet_flat/test/libs/table/test_part.h
@@ -189,18 +189,6 @@ namespace NTest {
189
return index.GetRowId();
190
}
191
192
- inline TRowId GetRowId(const TPart& part, ui32 pageIndex) {
193
- TTestEnv env;
194
- TPartIndexIt index(&part, &env, { });
195
-
196
- Y_ABORT_UNLESS(index.Seek(0) == EReady::Data);
197
- for (TPageId p = 0; p < pageIndex; p++) {
198
- Y_ABORT_UNLESS(index.Next() == EReady::Data);
199
- }
200
201
- return index.GetRowId();
202
203
204
inline const TPartIndexIt::TRecord * GetRecord(const TPart& part, ui32 pageIndex) {
205
TTestEnv env;
206
TPartIndexIt index(&part, &env, { });
0 commit comments