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