| 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(); |
| 543 | } |
| 544 | |
| 545 | template<> inline const org::apache::arrow::flatbuf::Tensor *Message::header_as<org::apache::arrow::flatbuf::Tensor>() const { |
| 546 | return header_as_Tensor(); |
nothing calls this directly
no test coverage detected