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

Function custom_metadata

cpp/src/generated/Message_generated.h:516–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 return GetField<int64_t>(VT_BODYLENGTH, 0);
515 }
516 const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::KeyValue>> *custom_metadata() const {
517 return GetPointer<const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::KeyValue>> *>(VT_CUSTOM_METADATA);
518 }
519 bool Verify(::flatbuffers::Verifier &verifier) const {
520 return VerifyTableStart(verifier) &&
521 VerifyField<int16_t>(verifier, VT_VERSION, 2) &&

Callers 1

VerifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected