RunEndEncodeOptions

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