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

Method add_recordBatches

cpp/src/generated/File_generated.h:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 fbb_.AddOffset(Footer::VT_DICTIONARIES, dictionaries);
122 }
123 void add_recordBatches(::flatbuffers::Offset<::flatbuffers::Vector<const org::apache::arrow::flatbuf::Block *>> recordBatches) {
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 }

Callers 1

CreateFooterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected