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

Method SwapChildren

cpp/src/arrow/array/util.cc:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 Status SwapChildren(const FieldVector& child_fields) {
106 for (size_t i = 0; i < child_fields.size(); i++) {
107 ARROW_ASSIGN_OR_RAISE(out_->child_data[i],
108 internal::SwapEndianArrayData(data_->child_data[i], pool_));
109 }
110 return Status::OK();
111 }
112
113 template <typename T>
114 Result<std::shared_ptr<Buffer>> ByteSwapBuffer(

Callers

nothing calls this directly

Calls 4

SwapEndianArrayDataFunction · 0.85
ARROW_ASSIGN_OR_RAISEFunction · 0.50
OKFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected