arrow.writable

Module for [Writable] interface

Types 2

interfaceWritable
Methods
GType _getGType() static nothrow
bool flush()It ensures writing all data on memory to storage. Returns: true on success, false if there was an error. Throws: [ErrorWrap]
bool write(ubyte[] data)

Fluent builder implementation template for arrow.writable.Writable