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

Function substrait__internal__SubstraitFromJSON

r/src/compute-exec.cpp:537–540  ·  view source on GitHub ↗

[[substrait::export]]

Source from the content-addressed store, hash-verified

535
536// [[substrait::export]]
537std::shared_ptr<arrow::Buffer> substrait__internal__SubstraitFromJSON(
538 std::string substrait_json) {
539 return ValueOrStop(arrow::engine::internal::SubstraitFromJSON("Plan", substrait_json));
540}
541
542// [[substrait::export]]
543std::shared_ptr<arrow::Table> ExecPlan_run_substrait(

Calls 2

ValueOrStopFunction · 0.85
SubstraitFromJSONFunction · 0.85

Tested by

no test coverage detected