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.record_batch_writer.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.classRecordBatchWriterGidBuilderImpl(T) : arrow.record_batch_writer.RecordBatchWriterGidBuilderImpl!T
Fluent builder implementation template for arrowflight.record_batch_writer.RecordBatchWriter
Fluent builder for arrowflight.record_batch_writer.RecordBatchWriter
Methods
RecordBatchWriter build()Create object from builder. Returns: New object