ExtensionDataType

Constructors

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

Members

Functions

getExtensionName
string getExtensionName()
self
ExtensionDataType self()

Returns this, for use in with statements.

wrapArray
arrow.extension_array.ExtensionArray wrapArray(arrow.array.Array storage)
wrapChunkedArray
arrow.chunked_array.ChunkedArray wrapChunkedArray(arrow.chunked_array.ChunkedArray storage)

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