| 502 | return header_type() == org::apache::arrow::flatbuf::MessageHeader_DictionaryBatch ? static_cast<const org::apache::arrow::flatbuf::DictionaryBatch *>(header()) : nullptr; |
| 503 | } |
| 504 | const org::apache::arrow::flatbuf::RecordBatch *header_as_RecordBatch() const { |
| 505 | return header_type() == org::apache::arrow::flatbuf::MessageHeader_RecordBatch ? static_cast<const org::apache::arrow::flatbuf::RecordBatch *>(header()) : nullptr; |
| 506 | } |
| 507 | const org::apache::arrow::flatbuf::Tensor *header_as_Tensor() const { |
| 508 | return header_type() == org::apache::arrow::flatbuf::MessageHeader_Tensor ? static_cast<const org::apache::arrow::flatbuf::Tensor *>(header()) : nullptr; |
| 509 | } |
no test coverage detected