arrow.codec

Module for [Codec] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Codec self() nothrowReturns `this`, for use in `with` statements.
CodecGidBuilder builder() static nothrowGet builder for [arrow.codec.Codec] Returns: New builder object
int getCompressionLevel() nothrow
string getName() nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.codec.Codec

Methods
T codec(void * propval) nothrow

Fluent builder for arrow.codec.Codec

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