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

refactoring!: remove branch-base references

BREAKING CHANGE: move from branch-based references in the tuple to
the array-based. Also add a logical ID to all relational nodes and
keep it in all its child tuples.

Now, our reference coordination system in a tuple looks like:
- parent relational node logical ID (we don't know actual position
  in the nodes list, so use "secondary index")
- target - i.e. a position of the reffered node in the relational
  node's children list
- posirtion in the reffered relational child node output tuple
parent 9c3fe605
No related branches found
No related tags found
1 merge request!1414sbroad import
Showing
with 1197 additions and 796 deletions
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