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

Method WithEndianness

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

Source from the content-addressed store, hash-verified

2299Schema::~Schema() = default;
2300
2301std::shared_ptr<Schema> Schema::WithEndianness(Endianness endianness) const {
2302 return std::make_shared<Schema>(impl_->fields_, endianness, impl_->metadata_);
2303}
2304
2305Endianness Schema::endianness() const { return impl_->endianness_; }
2306

Callers 2

TEST_FFunction · 0.80
UnpackSchemaMessageFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64