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
schema | A #GArrowSchema. |
options | A #GArrowWriteOptions. |
Returns
true on success, false on error.
Throws
[ErrorWrap]