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

Function substrait__internal__SubstraitFromJSON

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

[[substrait::export]]

Source from the content-addressed store, hash-verified

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

Calls 2

ValueOrStopFunction · 0.85
SubstraitFromJSONFunction · 0.85

Tested by

no test coverage detected