Method

ArrowTableconcatenate

Declaration [src]

GArrowTable*
garrow_table_concatenate (
  GArrowTable* table,
  GList* other_tables,
  GArrowTableConcatenateOptions* options,
  GError** error
)

Description

No description available.
Available since:0.14.0

Parameters

other_tables A list of GArrowTable*
 

The tables to be concatenated.

 The data is owned by the caller of the function.
options GArrowTableConcatenateOptions
 

The options to customize concatenation.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowTable
 

The table concatenated vertically.

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