Decimal128DataType

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(int precision, int scale)

Members

Functions

self
Decimal128DataType self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()
builder
Decimal128DataTypeGidBuilder builder()

Get builder for arrow.decimal128_data_type.Decimal128DataType

maxPrecision
int maxPrecision()

Inherited Members

From DecimalDataType

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
DecimalDataType self()

Returns this, for use in with statements.

builder
DecimalDataTypeGidBuilder builder()

Get builder for arrow.decimal_data_type.DecimalDataType

getPrecision
int getPrecision()
getScale
int getScale()