MCPcopy Create free account
hub / github.com/apache/arrow / runtime_info

Function runtime_info

r/src/config.cpp:32–35  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

30
31// [[arrow::export]]
32std::vector<std::string> runtime_info() {
33 auto info = arrow::GetRuntimeInfo();
34 return {info.simd_level, info.detected_simd_level};
35}
36
37// [[arrow::export]]
38void set_timezone_database(cpp11::strings path) {

Callers 2

show_infoFunction · 0.85
_arrow_runtime_infoFunction · 0.85

Calls 1

GetRuntimeInfoFunction · 0.85

Tested by

no test coverage detected