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

Function _arrow_substrait__internal__SubstraitFromJSON

r/src/arrowExports.cpp:1289–1294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1287#if defined(ARROW_R_WITH_SUBSTRAIT)
1288std::shared_ptr<arrow::Buffer> substrait__internal__SubstraitFromJSON(std::string substrait_json);
1289extern "C" SEXP _arrow_substrait__internal__SubstraitFromJSON(SEXP substrait_json_sexp){
1290BEGIN_CPP11
1291 arrow::r::Input<std::string>::type substrait_json(substrait_json_sexp);
1292 return cpp11::as_sexp(substrait__internal__SubstraitFromJSON(substrait_json));
1293END_CPP11
1294}
1295#else
1296extern "C" SEXP _arrow_substrait__internal__SubstraitFromJSON(SEXP substrait_json_sexp){
1297 Rf_error("Cannot call substrait__internal__SubstraitFromJSON(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries. ");

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected