write_chunked_array


Description:

[ Version ( since = "18.0.0" ) ]
public bool write_chunked_array (ChunkedArray chunked_array) throws Error

Start a chunked array as a column chunk.

Parameters:

this

A ArrowFileWriter.

chunked_array

A ChunkedArray to be written.

Returns:

true on success, false if there was an error.