| 36 | G_DEFINE_QUARK(garrow - error - quark, garrow_error) |
| 37 | |
| 38 | G_END_DECLS |
| 39 | |
| 40 | gboolean |
| 41 | garrow_error_check(GError **error, const arrow::Status &status, const char *context) |
| 42 | { |
| 43 | return garrow::check(error, status, context); |
| 44 | } |
| 45 | |
| 46 | GArrowError |
| 47 | garrow_error_from_status(const arrow::Status &status) |
no test coverage detected