RecordBatchWriter.begin

bool begin(arrow.schema.Schema schema, arrow.write_options.WriteOptions options = null)

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

Parameters

schemaA #GArrowSchema.
optionsA #GArrowWriteOptions.

Returns

true on success, false on error.

Throws

[ErrorWrap]