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

Function SetPlan

cpp/src/arrow/flight/sql/client.cc:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void SetPlan(const SubstraitPlan& plan, flight_sql_pb::SubstraitPlan* pb_plan) {
78 pb_plan->set_plan(plan.plan);
79 pb_plan->set_version(plan.version);
80}
81
82Status ReadResult(ResultStream* results, google::protobuf::Message* message) {
83 ARROW_ASSIGN_OR_RAISE(auto result, results->Next());

Callers 4

ExecuteSubstraitMethod · 0.85
client.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected