MCPcopy Create free account
hub / github.com/bytedance/bolt / toString

Method toString

bolt/dwio/common/MetadataFilter.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 std::string toString() const override {
119 return "and(" + lhs_->toString() + "," + rhs_->toString() + ")";
120 }
121
122 private:
123 std::unique_ptr<Node> lhs_;

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected