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

Function AppendKeyValue

cpp/src/arrow/ipc/metadata_internal.cc:494–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494static KeyValueOffset AppendKeyValue(FBB& fbb, const std::string& key,
495 const std::string& value) {
496 auto fbb_key = fbb.CreateString(key);
497 auto fbb_value = fbb.CreateString(value);
498 return flatbuf::CreateKeyValue(fbb, fbb_key, fbb_value);
499}
500
501static void AppendKeyValueMetadata(FBB& fbb, const KeyValueMetadata& metadata,
502 std::vector<KeyValueOffset>* key_values) {

Callers 2

AppendKeyValueMetadataFunction · 0.85
GetResultMethod · 0.85

Calls 1

CreateKeyValueFunction · 0.85

Tested by

no test coverage detected