Method
ArrowTablewrite_as_feather
Declaration [src]
gboolean
garrow_table_write_as_feather (
GArrowTable* table,
GArrowOutputStream* sink,
GArrowFeatherWriteProperties* properties,
GError** error
)
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 . |