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

Function garrow_chunked_array_get_raw

c_glib/arrow-glib/chunked-array.cpp:482–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482std::shared_ptr<arrow::ChunkedArray>
483garrow_chunked_array_get_raw(GArrowChunkedArray *chunked_array)
484{
485 auto priv = GARROW_CHUNKED_ARRAY_GET_PRIVATE(chunked_array);
486 return priv->chunked_array;
487}

Calls

no outgoing calls

Tested by

no test coverage detected