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

Method getType

matlab/src/cpp/arrow/matlab/array/proxy/chunked_array.cc:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void ChunkedArray::getType(libmexclass::proxy::method::Context& context) {
142 MATLAB_ASSIGN_OR_ERROR_WITH_CONTEXT(
143 context.outputs[0], arrow::matlab::proxy::wrap_and_manage(chunked_array->type()),
144 context, error::ARRAY_FAILED_TO_CREATE_TYPE_PROXY);
145}
146
147void ChunkedArray::isEqual(libmexclass::proxy::method::Context& context) {
148 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