Method
ParquetArrowFileWriterwrite_table
Declaration [src]
gboolean
gparquet_arrow_file_writer_write_table (
GParquetArrowFileWriter* writer,
GArrowTable* table,
guint64 chunk_size,
GError** error
)
Parameters
table |
GArrowTable |
A table to be written. |
|
The data is owned by the caller of the function. | |
chunk_size |
guint64 |
The max number of rows in a row group. |
|
error |
GError ** |
The return location for a GError* , or NULL . |