| 3976 | } |
| 3977 | |
| 3978 | GArrowArrayStatistics * |
| 3979 | garrow_array_statistics_new_raw(arrow::ArrayStatistics *arrow_statistics) |
| 3980 | { |
| 3981 | return GARROW_ARRAY_STATISTICS( |
| 3982 | g_object_new(GARROW_TYPE_ARRAY_STATISTICS, "statistics", arrow_statistics, nullptr)); |
| 3983 | } |
| 3984 | |
| 3985 | GArrowArray * |
| 3986 | garrow_array_new_raw(std::shared_ptr<arrow::Array> *arrow_array) |
no outgoing calls
no test coverage detected