I have a patch up for Gandiva on Windows: https://github.com/apache/arrow/pull/3295
It would be great to have the subgraph compiler available in Rust. You should decide whether you want to require a C++ library that depends on LLVM into all applications that use Rust and Arrow and need to compute some expressions. It might be useful to have a mix of Rust-native analytics and the option to utilize the LLVM compiler On Fri, Jan 4, 2019 at 12:54 PM paddy horan <paddyho...@hotmail.com> wrote: > > Hey Andy, > > I am very interested in this, I’m also looking into adding explicit SIMD to > our existing “array_ops”. > > Maybe we can plan out what is needed on the developer wiki so that we can all > help out where we are able. > > I’ve seen it mentioned here and there but what it the current state of > gandiva on windows? I’m willing to help where I can but I’m not very > experienced with C++/cmake. > > P > > Get Outlook for iOS<https://aka.ms/o0ukef> > ________________________________ > From: Andy Grove <andygrov...@gmail.com> > Sent: Friday, January 4, 2019 9:39 AM > To: dev@arrow.apache.org > Subject: Rust bindings for Gandiva > > Now that the Rust implementation of Arrow is maturing, I'm interested in > having bindings for Gandiva for query execution, rather than duplicating > this in Rust. > > I will likely start looking at this soon but wanted to see if anyone else > here is particularly interested in this area of functionality? > > Thanks, > > Andy.