arrow.decimal128

Module for [Decimal128] class

Types 3

classDecimal128 : gobject.object.ObjectWrap
Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Decimal128 self() nothrowReturns `this`, for use in `with` statements.
Decimal128GidBuilder builder() static nothrowGet builder for [arrow.decimal128.Decimal128] Returns: New builder object
arrow.decimal128.Decimal128 newInteger(long data) static nothrow
void abs() nothrowComputes the absolute value of the decimal destructively.
bool equal(arrow.decimal128.Decimal128 otherDecimal) nothrow
bool greaterThan(arrow.decimal128.Decimal128 otherDecimal) nothrow
bool lessThan(arrow.decimal128.Decimal128 otherDecimal) nothrow
bool lessThanOrEqual(arrow.decimal128.Decimal128 otherDecimal) nothrow
void negate() nothrowNegate the current value of the decimal destructively.
bool notEqual(arrow.decimal128.Decimal128 otherDecimal) nothrow
arrow.decimal128.Decimal128 rescale(int originalScale, int newScale)
long toInteger() nothrow
string toString_() nothrow
string toStringScale(int scale) nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.decimal128.Decimal128

Methods
T decimal128(void * propval) nothrow

Fluent builder for arrow.decimal128.Decimal128

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