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

Function custom_metadata

cpp/src/generated/File_generated.h:91–93  ·  view source on GitHub ↗

User-defined metadata

Source from the content-addressed store, hash-verified

89 }
90 /// User-defined metadata
91 const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::KeyValue>> *custom_metadata() const {
92 return GetPointer<const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::KeyValue>> *>(VT_CUSTOM_METADATA);
93 }
94 bool Verify(::flatbuffers::Verifier &verifier) const {
95 return VerifyTableStart(verifier) &&
96 VerifyField<int16_t>(verifier, VT_VERSION, 2) &&

Callers 1

VerifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected