MCPcopy Create free account
hub / github.com/apache/arrow / garrow_decimal256_new_raw

Function garrow_decimal256_new_raw

c_glib/arrow-glib/decimal.cpp:1964–1970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1962}
1963
1964GArrowDecimal256 *
1965garrow_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
1972std::shared_ptr<arrow::Decimal256>
1973garrow_decimal256_get_raw(GArrowDecimal256 *decimal256)

Callers 3

new_rawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected