RelationalAI
RelationalAI
PR which adds support for the Relation API to the RelationalAI query transpiler. The Rel generated by the transpiler for these queries will be identical to the Rel generated for...
Various improvements to the Rel transpiler including: - Implements complete support for `match` functions which are now routed. - Implements better tracing logic for debugging when a Pure query is...
Various improvements to the Rel transpiler: - Add support for the `restrict` operator, ensuring that a `restrict` following `join` or `project` does not materialize unnecessary columns in intermediate relations in...