Closed ingomueller-net closed 7 months ago
(just skimmed before next talk ... I should probably see how I could view stacked PRs better :) )
Thanks! In the "Files changed" tab, where you're probably doing the review, you can change "Show changes from all commits" to a single commit or even a range (by holding shift).
This op corresponds to a
Rel
message with aReadRel
message that, in turn, has aNamedTable
message. With this op, we are capable of representing a first complete plan in our dialect that we can serialize to protobuf and execute (by copy'n'pasting into an external consumer).This PR is based on and, therefor, includes #795.