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]
value
arrow.table.Table value [@property getter]

Static functions

_getGType
GType _getGType()
builder
TableDatumGidBuilder builder()

Get builder for arrow.table_datum.TableDatum

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_()