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

Method ResetKeyValueMetadata

cpp/src/parquet/column_writer.cc:1639–1644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1637 }
1638
1639 void ResetKeyValueMetadata() override {
1640 if (closed_) {
1641 throw ParquetException("Cannot add key-value metadata to closed column");
1642 }
1643 key_value_metadata_ = nullptr;
1644 }
1645
1646 private:
1647 using ValueEncoderType = typename EncodingTraits<ParquetType>::Encoder;

Callers 1

ASSERT_OK_AND_ASSIGNFunction · 0.80

Calls 1

ParquetExceptionFunction · 0.85

Tested by 1

ASSERT_OK_AND_ASSIGNFunction · 0.64