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

Method endianness

cpp/src/arrow/type.cc:2305–2305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2303}
2304
2305Endianness Schema::endianness() const { return impl_->endianness_; }
2306
2307bool Schema::is_native_endian() const { return impl_->endianness_ == Endianness::Native; }
2308

Callers 5

EqualsMethod · 0.45
MakeBatchesFromNumStringFunction · 0.45
SchemaToFlatbufferFunction · 0.45
GetSchemaFunction · 0.45

Calls

no outgoing calls

Tested by 1

MakeBatchesFromNumStringFunction · 0.36