write_table


Description:

[ Version ( since = "0.11.0" ) ]
public bool write_table (Table table, size_t chunk_size) throws Error

Parameters:

this

A ArrowFileWriter.

table

A table to be written.

chunk_size

The max number of rows in a row group.

Returns:

true on success, false if there was an error.