arrow.decimal_data_type

Module for [DecimalDataType] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
DecimalDataType self() nothrowReturns `this`, for use in `with` statements.
DecimalDataTypeGidBuilder builder() static nothrowGet builder for [arrow.decimal_data_type.DecimalDataType] Returns: New builder object
int getPrecision() nothrow
int getScale() nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this(int precision, int scale)
Methods
DecimalDataType build() nothrowCreate object from builder. Returns: New object