UInt64Scalar

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(ulong value)

Members

Functions

getValue
ulong getValue()
self
UInt64Scalar 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_()