Hi Ha If you are open to using Clojure - which is another jvm language - you can do any of your filtering/processing needs on arrow data - https://github.com/techascent/tech.ml.dataset.
On Mon, Nov 28, 2022 at 2:13 PM Ha Cao <[email protected]> wrote: > Hi Arrow community, > > > > I am looking for a way to do filtering using expression in Java. I did > some research and found some information about Gandiva Expression Compiler > <https://arrow.apache.org/docs/dev/cpp/gandiva.html>, but not sure if it > is recommended. Is there a better way to do row filtering using expression > in Java? > > Also, would you recommend using C++ compute framework (similar to Python) > instead of something in Java? > > > > Thank you very much! > > Best, > > Ha >
