Documentation
Dlang.org
Decimal32DataType
arrow
decimal32_data_type
class
Decimal32DataType :
DecimalDataType
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
Decimal32DataType
self
();
this
(int precision, int scale);
static
int
maxPrecision
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(int precision, int scale)
Members
Functions
self
Decimal32DataType
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
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.
getPrecision
int
getPrecision
()
getScale
int
getScale
()
arrow
decimal32_data_type
classes
Decimal32DataType