Documentation
Dlang.org
RunEndEncodeOptions
arrow
run_end_encode_options
class
RunEndEncodeOptions :
FunctionOptions
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
RunEndEncodeOptions
self
();
arrow
.
data_type
.
DataType
runEndDataType
[@property getter];
arrow
.
data_type
.
DataType
runEndDataType
[@property setter];
this
(arrow.data_type.DataType runEndDataType);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.data_type.DataType runEndDataType)
Members
Functions
self
RunEndEncodeOptions
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
runEndDataType
arrow
.
data_type
.
DataType
runEndDataType
[@property getter]
Get
runEndDataType
property.
runEndDataType
arrow
.
data_type
.
DataType
runEndDataType
[@property setter]
Set
runEndDataType
property.
Static functions
getGType
GType
getGType
()
Inherited Members
From FunctionOptions
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
FunctionOptions
self
()
Returns
this
, for use in
with
statements.
equal
bool
equal
(arrow.function_options.FunctionOptions otherOptions)
toString_
string
toString_
()
arrow
run_end_encode_options
classes
RunEndEncodeOptions