ScalarDatum

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(arrow.scalar.Scalar value)

Members

Functions

self
ScalarDatum self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]
value
arrow.scalar.Scalar value [@property getter]

Static functions

_getGType
GType _getGType()
builder
ScalarDatumGidBuilder builder()

Get builder for arrow.scalar_datum.ScalarDatum

Inherited Members

From Datum

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
Datum self()

Returns this, for use in with statements.

builder
DatumGidBuilder builder()

Get builder for arrow.datum.Datum

equal
bool equal(arrow.datum.Datum otherDatum)
isArray
bool isArray()
isArrayLike
bool isArrayLike()
isScalar
bool isScalar()
isValue
bool isValue()
toString_
string toString_()