Method

ArrowTablewrite_as_feather

Declaration [src]

gboolean
garrow_table_write_as_feather (
  GArrowTable* table,
  GArrowOutputStream* sink,
  GArrowFeatherWriteProperties* properties,
  GError** error
)

Description [src]

Writes the table as Feather format data to the sink.

Available since:0.17.0

Parameters

sink GArrowOutputStream
 

The output.

 The data is owned by the caller of the function.
properties GArrowFeatherWriteProperties
 

The properties for this write.

 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: gboolean
 

TRUE on success, FALSE if there was an error.