Documentation
Dlang.org
RecordBatchStream
arrowflight
record_batch_stream
class
RecordBatchStream :
DataStream
{
this
(void* ptr, Flag!"Take" take);
static
GType
_getGType
();
GType
_gType
[@property getter];
RecordBatchStream
self
();
this
(arrow.record_batch_reader.RecordBatchReader reader, arrow.write_options.WriteOptions options);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.record_batch_reader.RecordBatchReader reader, arrow.write_options.WriteOptions options)
Members
Functions
self
RecordBatchStream
self
()
Returns
this
, for use in
with
statements.
Properties
_gType
GType
_gType
[@property getter]
Static functions
_getGType
GType
_getGType
()
Inherited Members
From DataStream
_getGType
GType
_getGType
()
_gType
GType
_gType
[@property getter]
self
DataStream
self
()
Returns
this
, for use in
with
statements.
arrowflight
record_batch_stream
classes
RecordBatchStream