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

Method add_version

cpp/src/generated/File_generated.h:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 ::flatbuffers::FlatBufferBuilder &fbb_;
113 ::flatbuffers::uoffset_t start_;
114 void add_version(org::apache::arrow::flatbuf::MetadataVersion version) {
115 fbb_.AddElement<int16_t>(Footer::VT_VERSION, static_cast<int16_t>(version), 0);
116 }
117 void add_schema(::flatbuffers::Offset<org::apache::arrow::flatbuf::Schema> schema) {
118 fbb_.AddOffset(Footer::VT_SCHEMA, schema);
119 }

Callers 1

CreateFooterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected