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

Method getType

matlab/src/cpp/arrow/matlab/type/proxy/field.cc:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void Field::getType(libmexclass::proxy::method::Context& context) {
51 const auto& datatype = field->type();
52 MATLAB_ASSIGN_OR_ERROR_WITH_CONTEXT(context.outputs[0],
53 arrow::matlab::proxy::wrap_and_manage(datatype),
54 context, error::FIELD_FAILED_TO_CREATE_TYPE_PROXY);
55}
56
57libmexclass::proxy::MakeResult Field::make(
58 const libmexclass::proxy::FunctionArguments& constructor_arguments) {

Callers 7

fieldFunction · 0.45
arrayFunction · 0.45
ReadSchemaMethod · 0.45
AddFunctionCallMethod · 0.45
BuildFunctionCallMethod · 0.45
ReplaceFormatInTraceMethod · 0.45
CallDecimalFunctionMethod · 0.45

Calls 2

wrap_and_manageFunction · 0.85
typeMethod · 0.45

Tested by

no test coverage detected