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

Method ToStringExtra

cpp/src/arrow/acero/sorted_merge_node.cc:422–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420
421 protected:
422 std::string ToStringExtra(int indent) const override {
423 std::stringstream ss;
424 ss << "ordering=" << ordering_.ToString();
425 return ss.str();
426 }
427
428 private:
429 void EndFromProcessThread(arrow::Status st = arrow::Status::OK()) {

Callers

nothing calls this directly

Calls 2

strMethod · 0.80
ToStringMethod · 0.45

Tested by

no test coverage detected