| 71 | } |
| 72 | |
| 73 | std::shared_ptr<arrow::Table> Table::unwrap() { return table; } |
| 74 | |
| 75 | void Table::toString(libmexclass::proxy::method::Context& context) { |
| 76 | MATLAB_ASSIGN_OR_ERROR_WITH_CONTEXT(const auto utf16_string, |
no outgoing calls
no test coverage detected