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

Method ToStringExtra

cpp/src/arrow/acero/filter_node.cc:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108 protected:
109 std::string ToStringExtra(int indent = 0) const override {
110 return "filter=" + filter_.ToString();
111 }
112
113 private:
114 Expression filter_;

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected