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

Method ToString

cpp/src/arrow/extension/uuid.cc:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50std::string UuidType::ToString(bool show_metadata) const {
51 std::stringstream ss;
52 ss << "extension<" << this->extension_name() << ">";
53 return ss.str();
54}
55
56std::shared_ptr<DataType> uuid() { return std::make_shared<UuidType>(); }
57

Callers 8

TEST_FFunction · 0.45
TESTFunction · 0.45
MakeMethod · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
TEST_FFunction · 0.45
DeserializeMethod · 0.45
MakeMethod · 0.45
TESTFunction · 0.45

Calls 2

strMethod · 0.80
extension_nameMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
TESTFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36