RecordBatchStreamReader

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(arrow.input_stream.InputStream stream)

Members

Functions

self
RecordBatchStreamReader self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]

Static functions

getGType
GType getGType()

Inherited Members

From RecordBatchReader

getGType
GType getGType()
gType
GType gType [@property getter]
self
RecordBatchReader self()

Returns this, for use in with statements.

import_
arrow.record_batch_reader.RecordBatchReader import_(void* cAbiArrayStream)
export_
void* export_()
getNextRecordBatch
arrow.record_batch.RecordBatch getNextRecordBatch()
getSchema
arrow.schema.Schema getSchema()
getSources
gobject.object.ObjectWrap[] getSources()
readAll
arrow.table.Table readAll()
readNext
arrow.record_batch.RecordBatch readNext()
readNextRecordBatch
arrow.record_batch.RecordBatch readNextRecordBatch()