RecordBatchWriter.begin

Begins writing data with the given schema. Only used with DoExchange.

class RecordBatchWriter
bool
begin

Parameters

schema arrow.schema.Schema

A #GArrowSchema.

options arrow.write_options.WriteOptions

A #GArrowWriteOptions.

Return Value

Type: bool

true on success, false on error.