Top | ![]() |
![]() |
![]() |
![]() |
GArrowChunkedArray * | garrow_chunked_array_new () |
gboolean | garrow_chunked_array_equal () |
guint64 | garrow_chunked_array_get_length () |
guint64 | garrow_chunked_array_get_n_nulls () |
guint | garrow_chunked_array_get_n_chunks () |
GArrowArray * | garrow_chunked_array_get_chunk () |
GList * | garrow_chunked_array_get_chunks () |
GArrowChunkedArray is a class for chunked array. Chunked array makes a list of GArrowArrays one logical large array.
gboolean garrow_chunked_array_equal (GArrowChunkedArray *chunked_array
,GArrowChunkedArray *other_chunked_array
);
Since 0.4.0
guint64
garrow_chunked_array_get_length (GArrowChunkedArray *chunked_array
);
guint64
garrow_chunked_array_get_n_nulls (GArrowChunkedArray *chunked_array
);
guint
garrow_chunked_array_get_n_chunks (GArrowChunkedArray *chunked_array
);
GArrowArray * garrow_chunked_array_get_chunk (GArrowChunkedArray *chunked_array
,guint i
);
GList *
garrow_chunked_array_get_chunks (GArrowChunkedArray *chunked_array
);