| 88 | } |
| 89 | |
| 90 | std::string RExtensionType::ToString() const { return ToString(false); } |
| 91 | |
| 92 | std::string RExtensionType::ToString(bool show_metadata) const { |
| 93 | arrow::Result<std::string> result = SafeCallIntoR<std::string>([&]() { |
no test coverage detected