endianness of the buffer it is Little Endian by default if endianness doesn't match the underlying system then the vectors need to be converted
| 2376 | /// it is Little Endian by default |
| 2377 | /// if endianness doesn't match the underlying system then the vectors need to be converted |
| 2378 | org::apache::arrow::flatbuf::Endianness endianness() const { |
| 2379 | return static_cast<org::apache::arrow::flatbuf::Endianness>(GetField<int16_t>(VT_ENDIANNESS, 0)); |
| 2380 | } |
| 2381 | const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::Field>> *fields() const { |
| 2382 | return GetPointer<const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::Field>> *>(VT_FIELDS); |
| 2383 | } |
no outgoing calls
no test coverage detected