Documentation
Dlang.org
NullScalar
arrow
null_scalar
class
NullScalar :
Scalar
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
NullScalar
self
();
this
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
()
Members
Functions
self
NullScalar
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
null_scalar
classes
NullScalar