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

Function garrow_array_statistics_new_raw

c_glib/arrow-glib/basic-array.cpp:3978–3983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3976}
3977
3978GArrowArrayStatistics *
3979garrow_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
3985GArrowArray *
3986garrow_array_new_raw(std::shared_ptr<arrow::Array> *arrow_array)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected