arrow.record_batch_writer
Module for RecordBatchWriter class
Types 3
Methods
RecordBatchWriter self()Returns `this`, for use in `with` statements.RecordBatchWriterGidBuilder builder()Get builder for [arrow.record_batch_writer.RecordBatchWriter] Returns: New builder objectbool close()bool isClosed()bool writeRecordBatch(arrow.record_batch.RecordBatch recordBatch)bool writeTable(arrow.table.Table table)Fluent builder implementation template for arrow.record_batch_writer.RecordBatchWriter
Methods
T recordBatchWriter(void * propval)Fluent builder for arrow.record_batch_writer.RecordBatchWriter
Methods
RecordBatchWriter build()Create object from builder. Returns: New object