begin


Description:

[ Version ( since = "18.0.0" ) ]
public bool begin (Schema schema, WriteOptions? options) throws Error

Begins writing data with the given schema.

Only used with `DoExchange`.

Parameters:

this

A RecordBatchWriter.

schema

A Schema.

options

A WriteOptions.

Returns:

true on success, false on error.