• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 20507080982

25 Dec 2025 03:13PM UTC coverage: 87.653% (+0.007%) from 87.646%
20507080982

push

github

sergepetrenko
index: encapsulate virtual functions responsible for updates in memtx

Currently, the index methods virtual table has several functions that are
only used by the memtx indexes:
* `replace`;
* `begin_build`;
* `reserve`;
* `build_next`;
* `end_build`.

Let's introduce a separate `memtx_index_vtab` structure and encapsulate
these methods as a virtual table derived from `index_vtab`. This
encapsulation will further on allow us to augment the `replace` method with
additional context for supporting multikey indexes in memtx MVCC.

Closes #11722
Needed for #6385

NO_CHANGELOG=<refactoring>
NO_DOC=<refactoring>
NO_TEST=<refactoring>

70278 of 118268 branches covered (59.42%)

55 of 61 new or added lines in 6 files covered. (90.16%)

25 existing lines in 10 files now uncovered.

105617 of 120494 relevant lines covered (87.65%)

1371133.14 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

81.82
/src/lua/minifio.c


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc