arrow.datum

Module for [Datum] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Datum self() nothrowReturns `this`, for use in `with` statements.
DatumGidBuilder builder() static nothrowGet builder for [arrow.datum.Datum] Returns: New builder object
bool equal(arrow.datum.Datum otherDatum) nothrow
bool isArray() nothrow
bool isArrayLike() nothrow
bool isScalar() nothrow
bool isValue() nothrow
string toString_() nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.datum.Datum

Methods
T datum(void * propval) nothrow

Fluent builder for arrow.datum.Datum

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