Skip to content

feat: implement LuaRead and PushInto for IR plan

Denis Smirnov requested to merge issue230_lua into main

These traits are required to serialize IR to Lua and deserialize it back to Rust while dispatching an execution plan to the storages.

Merge request reports