| 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(); |
| 539 | } |
| 540 | |
| 541 | template<> inline const org::apache::arrow::flatbuf::RecordBatch *Message::header_as<org::apache::arrow::flatbuf::RecordBatch>() const { |
| 542 | return header_as_RecordBatch(); |
nothing calls this directly
no test coverage detected