arrow.null_array

Module for [NullArray] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
NullArray self() nothrowReturns `this`, for use in `with` statements.
NullArrayGidBuilder builder() static nothrowGet builder for [arrow.null_array.NullArray] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this(long length)

Fluent builder implementation template for arrow.null_array.NullArray

Fluent builder for arrow.null_array.NullArray

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