[[arrow::export]]
| 624 | |
| 625 | // [[arrow::export]] |
| 626 | void compute__Initialize() { |
| 627 | auto status = arrow::compute::Initialize(); |
| 628 | StopIfNotOk(status); |
| 629 | } |
| 630 | |
| 631 | class RScalarUDFKernelState : public arrow::compute::KernelState { |
| 632 | public: |
nothing calls this directly
no test coverage detected