Method

ParquetArrowFileWriterwrite_table

Declaration [src]

gboolean
gparquet_arrow_file_writer_write_table (
  GParquetArrowFileWriter* writer,
  GArrowTable* table,
  guint64 chunk_size,
  GError** error
)

Description

No description available.
Available since:0.11.0

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.

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.