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

Function ExecPlan_ToString

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

[[acero::export]]

Source from the content-addressed store, hash-verified

248
249// [[acero::export]]
250std::string ExecPlan_ToString(const std::shared_ptr<acero::ExecPlan>& plan) {
251 return plan->ToString();
252}
253
254// [[acero::export]]
255void 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