| 1962 | } |
| 1963 | |
| 1964 | GArrowDecimal256 * |
| 1965 | garrow_decimal256_new_raw(std::shared_ptr<arrow::Decimal256> *arrow_decimal256) |
| 1966 | { |
| 1967 | auto decimal256 = |
| 1968 | g_object_new(garrow_decimal256_get_type(), "decimal256", arrow_decimal256, NULL); |
| 1969 | return GARROW_DECIMAL256(decimal256); |
| 1970 | } |
| 1971 | |
| 1972 | std::shared_ptr<arrow::Decimal256> |
| 1973 | garrow_decimal256_get_raw(GArrowDecimal256 *decimal256) |
no outgoing calls
no test coverage detected