arrowflight.record_batch_writer
Module for [RecordBatchWriter] class
Types 3
Methods
RecordBatchWriter self()Returns `this`, for use in `with` statements.RecordBatchWriterGidBuilder builder()Get builder for [arrowflight.recordbatchwriter.RecordBatchWriter] Returns: New builder objectbool begin(arrow.schema.Schema schema, arrow.write_options.WriteOptions options = null)Begins writing data with the given schema. Only used with `DoExchange`.bool writeMetadata(arrow.buffer.Buffer metadata)Write metadata.bool writeRecordBatch(arrow.record_batch.RecordBatch recordBatch, arrow.buffer.Buffer metadata = null)Write a record batch with metadata.Fluent builder for [arrowflight.record_batch_writer.RecordBatchWriter]
Methods