Documentation
Dlang.org
Decimal256Array
arrow
decimal256_array
class
Decimal256Array :
FixedSizeBinaryArray
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
Decimal256Array
self
();
string
formatValue
(long i);
arrow
.
decimal256
.
Decimal256
getValue
(long i);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
Members
Functions
formatValue
string
formatValue
(long i)
getValue
arrow
.
decimal256
.
Decimal256
getValue
(long i)
self
Decimal256Array
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From FixedSizeBinaryArray
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
FixedSizeBinaryArray
self
()
Returns
this
, for use in
with
statements.
getByteWidth
int
getByteWidth
()
getValue
glib
.
bytes
.
Bytes
getValue
(long i)
getValuesBytes
glib
.
bytes
.
Bytes
getValuesBytes
()
arrow
decimal256_array
classes
Decimal256Array