\brief An Executor which may be used to parallelize execution.
| 65 | |
| 66 | /// \brief An Executor which may be used to parallelize execution. |
| 67 | ::arrow::internal::Executor* executor() const { return executor_; } |
| 68 | |
| 69 | /// \brief The FunctionRegistry for looking up functions by name and |
| 70 | /// selecting kernels for execution. Defaults to the library-global function |