Documentation
Dlang.org
RunEndEncodedDataType
arrow
run_end_encoded_data_type
class
RunEndEncodedDataType :
FixedWidthDataType
{
this
(arrow.data_type.DataType runEndDataType, arrow.data_type.DataType valueDataType);
arrow
.
data_type
.
DataType
getRunEndDataType
();
arrow
.
data_type
.
DataType
getValueDataType
();
}
Constructors
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
()
Inherited Members
From FixedWidthDataType
getBitWidth
int
getBitWidth
()
arrow
run_end_encoded_data_type
classes
RunEndEncodedDataType