Skip to content
Snippets Groups Projects
Verified Commit 6cd70cee authored by Denis Smirnov's avatar Denis Smirnov
Browse files

feat: implement transformation undo log

As we use an append-only arena for the plan, we can easily implement
an UNDO log for each transformation we make. It can be helpful when
we would like to undo any of the transformations.

The main goal of it now - to rewind transformed selection to the
original state, as it can produce a logically equivalent, but too
long SQL string that breaks tarantool parser on the storages.
parent 1d2b82ca
No related branches found
No related tags found
Loading
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