| 79 | return static_cast<org::apache::arrow::flatbuf::MetadataVersion>(GetField<int16_t>(VT_VERSION, 0)); |
| 80 | } |
| 81 | const org::apache::arrow::flatbuf::Schema *schema() const { |
| 82 | return GetPointer<const org::apache::arrow::flatbuf::Schema *>(VT_SCHEMA); |
| 83 | } |
| 84 | const ::flatbuffers::Vector<const org::apache::arrow::flatbuf::Block *> *dictionaries() const { |
| 85 | return GetPointer<const ::flatbuffers::Vector<const org::apache::arrow::flatbuf::Block *> *>(VT_DICTIONARIES); |
| 86 | } |
no outgoing calls