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

Function metadata

cpp/src/arrow/type.h:378–378  ·  view source on GitHub ↗

\brief Return the field's attached metadata

Source from the content-addressed store, hash-verified

376
377 /// \brief Return the field's attached metadata
378 std::shared_ptr<const KeyValueMetadata> metadata() const { return metadata_; }
379
380 /// \brief Return whether the field has non-empty metadata
381 bool HasMetadata() const;

Callers 8

ColumnMethod · 0.50
RecordReaderMethod · 0.50
GetColumnPageReaderMethod · 0.50
RowGroupMethod · 0.50
row_group_metadataMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected