Some text (or a name) metadata about what the file is, optional
| 689 | }; |
| 690 | /// Some text (or a name) metadata about what the file is, optional |
| 691 | const ::flatbuffers::String *description() const { |
| 692 | return GetPointer<const ::flatbuffers::String *>(VT_DESCRIPTION); |
| 693 | } |
| 694 | int64_t num_rows() const { |
| 695 | return GetField<int64_t>(VT_NUM_ROWS, 0); |
| 696 | } |