Documentation
Dlang.org
TableDatum
arrow
table_datum
class
TableDatum :
Datum
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
TableDatum
self
();
this
(arrow.table.Table value);
}
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_
()
arrow
table_datum
classes
TableDatum