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

Function GetFooter

cpp/src/generated/File_generated.h:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175inline const org::apache::arrow::flatbuf::Footer *GetFooter(const void *buf) {
176 return ::flatbuffers::GetRoot<org::apache::arrow::flatbuf::Footer>(buf);
177}
178
179inline const org::apache::arrow::flatbuf::Footer *GetSizePrefixedFooter(const void *buf) {
180 return ::flatbuffers::GetSizePrefixedRoot<org::apache::arrow::flatbuf::Footer>(buf);

Callers 1

ReadFooterAsyncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected