UnionDataType

Constructors

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

Members

Functions

getField
arrow.field.Field getField(int i)
getFields
arrow.field.Field[] getFields()
getNFields
int getNFields()
getTypeCodes
byte[] getTypeCodes()
self
UnionDataType self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]

Static functions

getGType
GType getGType()

Inherited Members

From DataType

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

Returns this, for use in with statements.

import_
arrow.data_type.DataType import_(void* cAbiSchema)
equal
bool equal(arrow.data_type.DataType otherDataType)
export_
void* export_()
getId
arrow.types.Type getId()
getName
string getName()
toString_
string toString_()