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

Function substrait__internal__SubstraitToJSON

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

[[substrait::export]]

Source from the content-addressed store, hash-verified

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

Calls 2

ValueOrStopFunction · 0.85
SubstraitToJSONFunction · 0.85

Tested by

no test coverage detected