arrow.table

Module for [Table] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Table self() nothrowReturns `this`, for use in `with` statements.
TableGidBuilder builder() static nothrowGet builder for [arrow.table.Table] Returns: New builder object
bool equal(arrow.table.Table otherTable) nothrow
bool equalMetadata(arrow.table.Table otherTable, bool checkMetadata) nothrow
uint getNColumns() nothrow
ulong getNRows() nothrow
arrow.table.Table slice(long offset, long length) nothrow
string toString_()
bool writeAsFeather(arrow.output_stream.OutputStream sink, arrow.feather_write_properties.FeatherWriteProperties properties = null)Writes the table as Feather format data to the sink.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.table.Table

Methods
T table(void * propval) nothrow

Fluent builder for arrow.table.Table

Methods
Table build() nothrowCreate object from builder. Returns: New object