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

Method Finish

cpp/src/generated/File_generated.h:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 start_ = fbb_.StartTable();
132 }
133 ::flatbuffers::Offset<Footer> Finish() {
134 const auto end = fbb_.EndTable(start_);
135 auto o = ::flatbuffers::Offset<Footer>(end);
136 return o;
137 }
138};
139
140inline ::flatbuffers::Offset<Footer> CreateFooter(

Callers 2

CreateFooterFunction · 0.45
FinishFooterBufferFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected