Method
ArrowArrayget_statistics
since: 20.0.0
Declaration [src]
GArrowArrayStatistics*
garrow_array_get_statistics (
GArrowArray* array
)
Return value
Type: GArrowArrayStatistics
The associated GArrowArrayStatistics
of array
,
NULL
if array
doesn’t have any associated statistics.
The caller of the method takes ownership of the data, and is responsible for freeing it. |