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

Method SetKeyValueMetadata

cpp/src/parquet/metadata.cc:1896–1899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1894}
1895
1896void ColumnChunkMetaDataBuilder::SetKeyValueMetadata(
1897 std::shared_ptr<const KeyValueMetadata> key_value_metadata) {
1898 impl_->SetKeyValueMetadata(std::move(key_value_metadata));
1899}
1900
1901int64_t ColumnChunkMetaDataBuilder::total_compressed_size() const {
1902 return impl_->total_compressed_size();

Callers 1

CloseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected