Skip to content
Snippets Groups Projects
Commit 8dddfa80 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Implement blueprint update-append

Implement blueprint update-append:
allow to push and pop fields at the end of the tuple,
without knowing the tuple size.

Use rope index to dynamically cut and paste fields
in a tuple.

Designate UINT32_MAX as a filed number for
tuple end. It's possible to SET or INSERT
fields at the end of the tuple, by specifying
field_no == UINT32_MAX. Delete
with field_no == UINT32_MAX deletes the last
field.

Add a test.
parent e2c6a26b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment