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

Method metadata

cpp/src/parquet/file_writer.cc:676–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676const std::shared_ptr<FileMetaData> ParquetFileWriter::metadata() const {
677 return file_metadata_;
678}
679
680void ParquetFileWriter::Open(std::unique_ptr<ParquetFileWriter::Contents> contents) {
681 contents_ = std::move(contents);

Callers 15

AssertColumnValuesEqualFunction · 0.45
TEST_FFunction · 0.45
OpenExampleFileMethod · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45
TestWriteAndReadMethod · 0.45
CloseMethod · 0.45
TESTFunction · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
ReadSizeStatisticsMethod · 0.45
ReadDataMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 15

AssertColumnValuesEqualFunction · 0.36
TEST_FFunction · 0.36
OpenExampleFileMethod · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
TestWriteAndReadMethod · 0.36
TESTFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
ReadSizeStatisticsMethod · 0.36
ReadDataMethod · 0.36
TESTFunction · 0.36
TestReadTypedColumnIndexFunction · 0.36