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

Function ExecPlan_ToString

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

[[acero::export]]

Source from the content-addressed store, hash-verified

246
247// [[acero::export]]
248std::string ExecPlan_ToString(const std::shared_ptr<acero::ExecPlan>& plan) {
249 return plan->ToString();
250}
251
252// [[acero::export]]
253void ExecPlan_UnsafeDelete(const std::shared_ptr<acero::ExecPlan>& plan) {

Callers 1

_arrow_ExecPlan_ToStringFunction · 0.85

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected