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