| 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 | } |
| 510 | const org::apache::arrow::flatbuf::SparseTensor *header_as_SparseTensor() const { |
| 511 | return header_type() == org::apache::arrow::flatbuf::MessageHeader_SparseTensor ? static_cast<const org::apache::arrow::flatbuf::SparseTensor *>(header()) : nullptr; |
| 512 | } |
no test coverage detected