Hello, I'm curious to know if c++ sdk of arrow compute functions can use tbb parallelization underneath ? The documentation mentions that arrow uses a threadpool for parallelization. Does compute functions also use threadpool and parallelize computation ?
Looking at the .so file created I do not see tbb library as a dependency for arrow library. Is there a configuration variable during build which can activate this ? Thanks, Surya
