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

Method getType

matlab/src/cpp/arrow/matlab/array/proxy/array.cc:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void Array::getType(libmexclass::proxy::method::Context& context) {
121 MATLAB_ASSIGN_OR_ERROR_WITH_CONTEXT(
122 context.outputs[0], arrow::matlab::proxy::wrap_and_manage(array->type()), context,
123 error::ARRAY_FAILED_TO_CREATE_TYPE_PROXY);
124}
125
126void Array::isEqual(libmexclass::proxy::method::Context& context) {
127 namespace mda = ::matlab::data;

Callers

nothing calls this directly

Calls 2

wrap_and_manageFunction · 0.85
typeMethod · 0.45

Tested by

no test coverage detected