| 555 | VT_USER_METADATA = 12 |
| 556 | }; |
| 557 | const ::flatbuffers::String *name() const { |
| 558 | return GetPointer<const ::flatbuffers::String *>(VT_NAME); |
| 559 | } |
| 560 | const arrow::ipc::feather::fbs::PrimitiveArray *values() const { |
| 561 | return GetPointer<const arrow::ipc::feather::fbs::PrimitiveArray *>(VT_VALUES); |
| 562 | } |