arrowflight.record_batch_stream
Module for [RecordBatchStream] class
Types 3
Methods
RecordBatchStreamGidBuilder builder() static nothrowGet builder for [arrowflight.record_batch_stream.RecordBatchStream] Returns: New builder objectarrow.record_batch_reader.RecordBatchReader reader() @property nothrowGet `reader` property. Returns: The reader that produces record batches.Constructors
this(arrow.record_batch_reader.RecordBatchReader reader, arrow.write_options.WriteOptions options = null)Fluent builder implementation template for arrowflight.record_batch_stream.RecordBatchStream
Methods
T reader(arrow.record_batch_reader.RecordBatchReader propval) nothrowSet `reader` property. Params: propval = The reader that produces record batches. Returns: Builder instance for fluent chainingFluent builder for arrowflight.record_batch_stream.RecordBatchStream
Methods