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

Method add_custom_metadata

cpp/src/generated/File_generated.h:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 fbb_.AddOffset(Footer::VT_RECORDBATCHES, recordBatches);
125 }
126 void add_custom_metadata(::flatbuffers::Offset<::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::KeyValue>>> custom_metadata) {
127 fbb_.AddOffset(Footer::VT_CUSTOM_METADATA, custom_metadata);
128 }
129 explicit FooterBuilder(::flatbuffers::FlatBufferBuilder &_fbb)
130 : fbb_(_fbb) {
131 start_ = fbb_.StartTable();

Callers 1

CreateFooterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected