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

Function garrow_array_new_raw

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

Source from the content-addressed store, hash-verified

3983}
3984
3985GArrowArray *
3986garrow_array_new_raw(std::shared_ptr<arrow::Array> *arrow_array)
3987{
3988 return garrow_array_new_raw(arrow_array, "array", arrow_array, NULL);
3989}
3990
3991GArrowArray *
3992garrow_array_new_raw(std::shared_ptr<arrow::Array> *arrow_array,

Calls 1

Tested by

no test coverage detected