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

Method Close

cpp/src/parquet/file_writer.cc:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 : contents_(std::move(contents)) {}
49
50void RowGroupWriter::Close() {
51 if (contents_) {
52 contents_->Close();
53 }
54}
55
56ColumnWriter* RowGroupWriter::NextColumn() { return contents_->NextColumn(); }
57

Callers 15

TESTFunction · 0.45
WriteTestDataMethod · 0.45
NextColumnMethod · 0.45
CloseMethod · 0.45
CloseMethod · 0.45
AppendRowGroupMethod · 0.45
EndRowGroupMethod · 0.45
TYPED_TESTFunction · 0.45

Calls 2

metadataMethod · 0.45
resetMethod · 0.45

Tested by 15

TESTFunction · 0.36
WriteTestDataMethod · 0.36
TYPED_TESTFunction · 0.36
TEST_FFunction · 0.36
TestWithEncodingMethod · 0.36
TESTFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
WriteFileMethod · 0.36