Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void RowGroupWriter::Close() {
51
if (contents_) {
52
contents_->Close();
53
}
54
}
55
56
ColumnWriter* RowGroupWriter::NextColumn() { return contents_->NextColumn(); }
57
Callers
15
TEST
Function · 0.45
WriteTestData
Method · 0.45
NextColumn
Method · 0.45
Close
Method · 0.45
Close
Method · 0.45
AppendRowGroup
Method · 0.45
EndRowGroup
Method · 0.45
TestDictionaryFallbackEncoding
Method · 0.45
WriteRequiredWithSettings
Method · 0.45
WriteRequiredWithSettingsSpaced
Method · 0.45
WriteRequiredWithCodecOptions
Method · 0.45
TYPED_TEST
Function · 0.45
Calls
2
metadata
Method · 0.45
reset
Method · 0.45
Tested by
15
TEST
Function · 0.36
WriteTestData
Method · 0.36
TestDictionaryFallbackEncoding
Method · 0.36
WriteRequiredWithSettings
Method · 0.36
WriteRequiredWithSettingsSpaced
Method · 0.36
WriteRequiredWithCodecOptions
Method · 0.36
TYPED_TEST
Function · 0.36
TEST_F
Function · 0.36
TestWithEncoding
Method · 0.36
TEST
Function · 0.36
ASSERT_OK_AND_ASSIGN
Function · 0.36
WriteFile
Method · 0.36