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

Method ToString

cpp/src/arrow/extension/bool8.cc:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29std::string Bool8Type::ToString(bool show_metadata) const {
30 std::stringstream ss;
31 ss << "extension<" << this->extension_name() << ">";
32 return ss.str();
33}
34
35std::string Bool8Type::Serialize() const { return ""; }
36

Callers 1

DeserializeMethod · 0.45

Calls 2

strMethod · 0.80
extension_nameMethod · 0.45

Tested by

no test coverage detected