Documentation
Dlang.org
RunEndEncodedDataType
arrow
run_end_encoded_data_type
class
RunEndEncodedDataType :
FixedWidthDataType
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
RunEndEncodedDataType
self
();
this
(arrow.data_type.DataType runEndDataType, arrow.data_type.DataType valueDataType);
arrow
.
data_type
.
DataType
getRunEndDataType
();
arrow
.
data_type
.
DataType
getValueDataType
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.data_type.DataType runEndDataType, arrow.data_type.DataType valueDataType)
Members
Functions
getRunEndDataType
arrow
.
data_type
.
DataType
getRunEndDataType
()
getValueDataType
arrow
.
data_type
.
DataType
getValueDataType
()
self
RunEndEncodedDataType
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From FixedWidthDataType
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
FixedWidthDataType
self
()
Returns
this
, for use in
with
statements.
getBitWidth
int
getBitWidth
()
arrow
run_end_encoded_data_type
classes
RunEndEncodedDataType