[[arrow::export]]
| 619 | |
| 620 | // [[arrow::export]] |
| 621 | std::vector<std::string> compute__GetFunctionNames() { |
| 622 | return arrow::compute::GetFunctionRegistry()->GetFunctionNames(); |
| 623 | } |
| 624 | |
| 625 | // [[arrow::export]] |
| 626 | void compute__Initialize() { |
no test coverage detected