| 695 | return GetField<int64_t>(VT_NUM_ROWS, 0); |
| 696 | } |
| 697 | const ::flatbuffers::Vector<::flatbuffers::Offset<arrow::ipc::feather::fbs::Column>> *columns() const { |
| 698 | return GetPointer<const ::flatbuffers::Vector<::flatbuffers::Offset<arrow::ipc::feather::fbs::Column>> *>(VT_COLUMNS); |
| 699 | } |
| 700 | /// Version number of the Feather format |
| 701 | /// |
| 702 | /// Internal versions 0, 1, and 2: Implemented in Apache Arrow <= 0.16.0 and |
no outgoing calls
no test coverage detected