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

Method AddKeyValueMetadata

cpp/src/parquet/arrow/writer.cc:512–517  ·  view source on GitHub ↗

\brief Append the key-value metadata to the file metadata

Source from the content-addressed store, hash-verified

510
511 /// \brief Append the key-value metadata to the file metadata
512 ::arrow::Status AddKeyValueMetadata(
513 const std::shared_ptr<const ::arrow::KeyValueMetadata>& key_value_metadata)
514 override {
515 PARQUET_CATCH_NOT_OK(writer_->AddKeyValueMetadata(key_value_metadata));
516 return Status::OK();
517 }
518
519 private:
520 friend class FileWriter;

Callers 1

TESTFunction · 0.45

Calls 1

OKFunction · 0.50

Tested by 1

TESTFunction · 0.36