arrow.table

Module for [Table] class

Types 3

Methods
GType _gType() @property
Table self()Returns `this`, for use in `with` statements.
TableGidBuilder builder()Get builder for [arrow.table.Table] Returns: New builder object
bool equal(arrow.table.Table otherTable)
bool equalMetadata(arrow.table.Table otherTable, bool checkMetadata)
ulong getNRows()
arrow.table.Table slice(long offset, long length)
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 for [arrow.table.Table]

Methods