Method

ArrowTableremove_column

Declaration [src]

GArrowTable*
garrow_table_remove_column (
  GArrowTable* table,
  guint i,
  GError** error
)

Description

No description available.
Available since:0.3.0

Parameters

i guint
 

The index of the column to be removed.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowTable
 

The newly allocated GArrowTable that doesn’t have the column 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.