TableBatchReader

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(arrow.table.Table table)

Members

Functions

self
TableBatchReader self()

Returns this, for use in with statements.

setMaxChunkSize
void setMaxChunkSize(long maxChunkSize)

Set the desired maximum chunk size of record batches.

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()