Skip to content

feat: implement relation ir

Alexey Protsenko requested to merge ussue30_relations into main

A part of #30 (closed) (only tables). What this PR does:

  1. Implement columns (with types) and tables as a part of IR.
  2. Use serde deserialization trait to build tables from YAML files. It would be helpful when writing tests for arbitrary plan transformations.
Edited by Alexey Protsenko

Merge request reports