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

Function CreateFooter

cpp/src/generated/File_generated.h:140–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138};
139
140inline ::flatbuffers::Offset<Footer> CreateFooter(
141 ::flatbuffers::FlatBufferBuilder &_fbb,
142 org::apache::arrow::flatbuf::MetadataVersion version = org::apache::arrow::flatbuf::MetadataVersion_V1,
143 ::flatbuffers::Offset<org::apache::arrow::flatbuf::Schema> schema = 0,
144 ::flatbuffers::Offset<::flatbuffers::Vector<const org::apache::arrow::flatbuf::Block *>> dictionaries = 0,
145 ::flatbuffers::Offset<::flatbuffers::Vector<const org::apache::arrow::flatbuf::Block *>> recordBatches = 0,
146 ::flatbuffers::Offset<::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::KeyValue>>> custom_metadata = 0) {
147 FooterBuilder builder_(_fbb);
148 builder_.add_custom_metadata(custom_metadata);
149 builder_.add_recordBatches(recordBatches);
150 builder_.add_dictionaries(dictionaries);
151 builder_.add_schema(schema);
152 builder_.add_version(version);
153 return builder_.Finish();
154}
155
156inline ::flatbuffers::Offset<Footer> CreateFooterDirect(
157 ::flatbuffers::FlatBufferBuilder &_fbb,

Callers 2

WriteFileFooterFunction · 0.85
CreateFooterDirectFunction · 0.85

Calls 6

add_recordBatchesMethod · 0.80
add_dictionariesMethod · 0.80
add_schemaMethod · 0.80
add_custom_metadataMethod · 0.45
add_versionMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected