Method

ArrowChunkedArrayget_length

Declaration [src]

guint64
garrow_chunked_array_get_length (
  GArrowChunkedArray* chunked_array
)

Description

No description available.
Deprecated since:0.15.0

Use garrow_chunked_array_get_n_rows() instead.

Return value

Returns: guint64
 

The total number of rows in the chunked array.