|
|
|
|
|
by pauldix
2054 days ago
|
|
They're heavily into Arrow. A few years ago they contributed Gandiva, an LLVM expression compiler for super fast processing. https://arrow.apache.org/blog/2018/12/05/gandiva-donation/ It's one of the reasons I like being all in on Arrow. Why do everything ourselves when a ton of other smart people are working on this too? |
|
I think DataFusion is mature enough that we could plug in Gandiva into it.
Disclaimer: I work on the Arrow Rust implementation