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

Method getAddress

matlab/src/cpp/arrow/matlab/c/proxy/array.cc:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void Array::getAddress(libmexclass::proxy::method::Context& context) {
42 namespace mda = ::matlab::data;
43
44 mda::ArrayFactory factory;
45 auto address = reinterpret_cast<uint64_t>(&arrowArray);
46 context.outputs[0] = factory.createScalar(address);
47}
48
49} // namespace arrow::matlab::c::proxy

Callers 1

CompiledFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected