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

Function _arrow_set_timezone_database

r/src/arrowExports.cpp:1388–1394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1386// config.cpp
1387void set_timezone_database(cpp11::strings path);
1388extern "C" SEXP _arrow_set_timezone_database(SEXP path_sexp){
1389BEGIN_CPP11
1390 arrow::r::Input<cpp11::strings>::type path(path_sexp);
1391 set_timezone_database(path);
1392 return R_NilValue;
1393END_CPP11
1394}
1395// csv.cpp
1396std::shared_ptr<arrow::csv::WriteOptions> csv___WriteOptions__initialize(cpp11::list options);
1397extern "C" SEXP _arrow_csv___WriteOptions__initialize(SEXP options_sexp){

Callers

nothing calls this directly

Calls 1

set_timezone_databaseFunction · 0.85

Tested by

no test coverage detected