Documentation
Dlang.org
ExtensionDataType
arrow
extension_data_type
class
ExtensionDataType :
DataType
{
string
getExtensionName
();
arrow
.
extension_array
.
ExtensionArray
wrapArray
(arrow.array.Array storage);
arrow
.
chunked_array
.
ChunkedArray
wrapChunkedArray
(arrow.chunked_array.ChunkedArray storage);
}
Members
Functions
getExtensionName
string
getExtensionName
()
wrapArray
arrow
.
extension_array
.
ExtensionArray
wrapArray
(arrow.array.Array storage)
wrapChunkedArray
arrow
.
chunked_array
.
ChunkedArray
wrapChunkedArray
(arrow.chunked_array.ChunkedArray storage)
Inherited Members
From DataType
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_
()
arrow
extension_data_type
classes
ExtensionDataType