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

Function substrait__internal__SubstraitToJSON

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

[[substrait::export]]

Source from the content-addressed store, hash-verified

531
532// [[substrait::export]]
533std::string substrait__internal__SubstraitToJSON(
534 const std::shared_ptr<arrow::Buffer>& serialized_plan) {
535 return ValueOrStop(arrow::engine::internal::SubstraitToJSON("Plan", *serialized_plan));
536}
537
538// [[substrait::export]]
539std::shared_ptr<arrow::Buffer> substrait__internal__SubstraitFromJSON(

Calls 2

ValueOrStopFunction · 0.85
SubstraitToJSONFunction · 0.85

Tested by

no test coverage detected