| 492 | return static_cast<org::apache::arrow::flatbuf::MessageHeader>(GetField<uint8_t>(VT_HEADER_TYPE, 0)); |
| 493 | } |
| 494 | const void *header() const { |
| 495 | return GetPointer<const void *>(VT_HEADER); |
| 496 | } |
| 497 | template<typename T> const T *header_as() const; |
| 498 | const org::apache::arrow::flatbuf::Schema *header_as_Schema() const { |
| 499 | return header_type() == org::apache::arrow::flatbuf::MessageHeader_Schema ? static_cast<const org::apache::arrow::flatbuf::Schema *>(header()) : nullptr; |
no outgoing calls
no test coverage detected