arrow.record_batch_builder

Module for [RecordBatchBuilder] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
RecordBatchBuilder self() nothrowReturns `this`, for use in `with` statements.
RecordBatchBuilderGidBuilder builder() static nothrowGet builder for [arrow.record_batch_builder.RecordBatchBuilder] Returns: New builder object
long getInitialCapacity() nothrow
int getNColumns() nothrow
int getNFields() nothrow
void setInitialCapacity(long capacity) nothrow
Constructors
this(void * ptr, Flag!"Take" take)