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