Documentation
Dlang.org
RecordBatchFileWriter
arrow
record_batch_file_writer
class
RecordBatchFileWriter :
RecordBatchStreamWriter
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
RecordBatchFileWriter
self
();
this
(arrow.output_stream.OutputStream sink, arrow.schema.Schema schema);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.output_stream.OutputStream sink, arrow.schema.Schema schema)
Members
Functions
self
RecordBatchFileWriter
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From RecordBatchStreamWriter
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
RecordBatchStreamWriter
self
()
Returns
this
, for use in
with
statements.
arrow
record_batch_file_writer
classes
RecordBatchFileWriter