Documentation
Dlang.org
Decimal32Scalar
arrow
decimal32_scalar
class
Decimal32Scalar :
Scalar
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
Decimal32Scalar
self
();
this
(arrow.decimal32_data_type.Decimal32DataType dataType, arrow.decimal32.Decimal32 value);
arrow
.
decimal32
.
Decimal32
getValue
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.decimal32_data_type.Decimal32DataType dataType, arrow.decimal32.Decimal32 value)
Members
Functions
getValue
arrow
.
decimal32
.
Decimal32
getValue
()
self
Decimal32Scalar
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From Scalar
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
Scalar
self
()
Returns
this
, for use in
with
statements.
parse
arrow
.
scalar
.
Scalar
parse
(arrow.data_type.DataType dataType, ubyte[] data)
cast_
arrow
.
scalar
.
Scalar
cast_
(arrow.data_type.DataType dataType, arrow.cast_options.CastOptions options)
equal
bool
equal
(arrow.scalar.Scalar otherScalar)
equalOptions
bool
equalOptions
(arrow.scalar.Scalar otherScalar, arrow.equal_options.EqualOptions options)
getDataType
arrow
.
data_type
.
DataType
getDataType
()
isValid
bool
isValid
()
toString_
string
toString_
()
arrow
decimal32_scalar
classes
Decimal32Scalar