Hacker News new | ask | show | jobs
by pjot 557 days ago
Apache Substrait is doing exactly this. Paired with Arrow makes for powerful composable data architectures

https://substrait.io/

1 comments

This is the first time I've seen this. It looks quite promising for taking care of a logical planning phase. But you still need an execution engine like Calcite or Datafusion (or an LLVM IR based executor)