| 531 | }; |
| 532 | |
| 533 | template<> inline const org::apache::arrow::flatbuf::Schema *Message::header_as<org::apache::arrow::flatbuf::Schema>() const { |
| 534 | return header_as_Schema(); |
| 535 | } |
| 536 | |
| 537 | template<> inline const org::apache::arrow::flatbuf::DictionaryBatch *Message::header_as<org::apache::arrow::flatbuf::DictionaryBatch>() const { |
| 538 | return header_as_DictionaryBatch(); |
nothing calls this directly
no test coverage detected