arrowflight.record_batch_stream

Module for [RecordBatchStream] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
RecordBatchStream self() nothrowReturns `this`, for use in `with` statements.
RecordBatchStreamGidBuilder builder() static nothrowGet builder for [arrowflight.record_batch_stream.RecordBatchStream] Returns: New builder object
arrow.record_batch_reader.RecordBatchReader reader() @property nothrowGet `reader` property. Returns: The reader that produces record batches.
Constructors
this(void * ptr, Flag!"Take" take)

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 chaining