write_record_batch


Description:

[ Version ( since = "1.0.0" ) ]
public int64 write_record_batch (RecordBatch record_batch, WriteOptions? options) throws Error

Parameters:

this

A OutputStream.

record_batch

A RecordBatch to be written.

options

A WriteOptions.

Returns:

The number of written bytes on success, -1 on error.