arrow.writable_mixin

Module for Writable interface mixin

Templates 2

tmplWritableT()
Functions
bool flush()

It ensures writing all data on memory to storage.

Returns

true on success, false if there was an error.

Throws

bool write(ubyte[] data)
tmplWritableGidBuilderT()

Fluent builder implementation template for arrow.writable.Writable