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

Method Finish

cpp/src/parquet/arrow/reconstruct_internal_test.cc:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 Result<std::shared_ptr<Buffer>> Finish() {
96 DCHECK_EQ(column_index_, num_columns_);
97 row_group_writer_->Close();
98 file_writer_->Close();
99 return stream_->Finish();
100 }
101
102 // Write a leaf (primitive) column
103 template <ParquetType TYPE, typename C_TYPE = typename ParquetTraits<TYPE>::value_type>

Callers 14

WriteColumnFunction · 0.45
WriteTableToBufferFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_PFunction · 0.45
AsDictionary32EncodedFunction · 0.45
NonNullArrayFunction · 0.45
NullableArrayFunction · 0.45
BooleanType>Method · 0.45
WriteFileMethod · 0.45
DecodeArrowMethod · 0.45
MakeArrowFunction · 0.45

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected