DecimalDataType

Constructors

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

Members

Functions

getPrecision
int getPrecision()
getScale
int getScale()
self
DecimalDataType self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()
builder
DecimalDataTypeGidBuilder builder()

Get builder for arrow.decimal_data_type.DecimalDataType

Inherited Members

From FixedSizeBinaryDataType

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

Returns this, for use in with statements.

builder
FixedSizeBinaryDataTypeGidBuilder builder()

Get builder for arrow.fixed_size_binary_data_type.FixedSizeBinaryDataType

getByteWidth
int getByteWidth()