arrow.data_type

Module for [DataType] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
DataType self() nothrowReturns `this`, for use in `with` statements.
DataTypeGidBuilder builder() static nothrowGet builder for [arrow.data_type.DataType] Returns: New builder object
arrow.data_type.DataType import_(void * cAbiSchema) static
bool equal(arrow.data_type.DataType otherDataType) nothrow
void * export_()
string getName() nothrow
string toString_() nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.data_type.DataType

Methods
T dataType(void * propval) nothrow

Fluent builder for arrow.data_type.DataType

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