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

Method add_dictionaries

cpp/src/generated/File_generated.h:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 fbb_.AddOffset(Footer::VT_SCHEMA, schema);
119 }
120 void add_dictionaries(::flatbuffers::Offset<::flatbuffers::Vector<const org::apache::arrow::flatbuf::Block *>> dictionaries) {
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 }

Callers 1

CreateFooterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected