TableDatum

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(arrow.table.Table value)

Members

Functions

self
TableDatum self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]

Static functions

getGType
GType getGType()

Inherited Members

From Datum

getGType
GType getGType()
gType
GType gType [@property getter]
self
Datum self()

Returns this, for use in with statements.

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