Method

ArrowTablecombine_chunks

Declaration [src]

GArrowTable*
garrow_table_combine_chunks (
  GArrowTable* table
  GError** error
)

Description

No description available.
Available since:0.16.0

Return value

Returns: GArrowTable
 

The GArrowTable with chunks combined, or NULL on error.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.