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

Function TEST

cpp/src/arrow/util/key_value_metadata_test.cc:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace arrow {
30
31TEST(KeyValueMetadataTest, SimpleConstruction) {
32 KeyValueMetadata metadata;
33 ASSERT_EQ(0, metadata.size());
34}
35
36TEST(KeyValueMetadataTest, StringVectorConstruction) {
37 std::vector<std::string> keys = {"foo", "bar"};

Callers

nothing calls this directly

Calls 15

key_value_metadataFunction · 0.85
ToUnorderedMapMethod · 0.80
FindKeyMethod · 0.80
sorted_pairsMethod · 0.80
DeleteManyMethod · 0.80
KeyValueMetadataClass · 0.50
sizeMethod · 0.45
keyMethod · 0.45
valueMethod · 0.45
EqualsMethod · 0.45
reserveMethod · 0.45
AppendMethod · 0.45

Tested by

no test coverage detected