MCPcopy Create free account
hub / github.com/apache/arrow / endianness

Function endianness

cpp/src/generated/Schema_generated.h:2378–2380  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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 }

Callers 2

EqualsMethod · 0.85
ComputeFingerprintMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected