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:3984–3988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 1

Tested by

no test coverage detected