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

Method Build

cpp/src/arrow/flight/sql/column_metadata.cc:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 : metadata_map_(std::make_shared<arrow::KeyValueMetadata>()) {}
203
204ColumnMetadata ColumnMetadata::ColumnMetadataBuilder::Build() const {
205 return ColumnMetadata{metadata_map_};
206}
207} // namespace sql
208} // namespace flight
209} // namespace arrow

Callers 4

ASSERT_OK_AND_ASSIGNFunction · 0.45
ParquetReadFunction · 0.45

Calls

no outgoing calls

Tested by 2

ASSERT_OK_AND_ASSIGNFunction · 0.36