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

Function wrap_and_manage

matlab/src/cpp/arrow/matlab/proxy/wrap.cc:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204arrow::Result<::matlab::data::StructArray> wrap_and_manage(
205 const std::shared_ptr<arrow::Array>& array) {
206 ARROW_ASSIGN_OR_RAISE(auto proxy, wrap(array));
207 return manage_proxy(proxy, array->type_id());
208}
209
210arrow::Result<std::shared_ptr<arrow::matlab::type::proxy::Type>> wrap(
211 const std::shared_ptr<arrow::DataType>& datatype) {

Callers 12

getValueTypeMethod · 0.85
getTypeMethod · 0.85
importMethod · 0.85
getChunkMethod · 0.85
getTypeMethod · 0.85
getFieldByIndexMethod · 0.85
getFieldByNameMethod · 0.85
getValuesMethod · 0.85
getTypeMethod · 0.85
sliceMethod · 0.85
getColumnByIndexMethod · 0.85
getColumnByNameMethod · 0.85

Calls 3

manage_proxyFunction · 0.85
type_idMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected