CastOptions

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this()

Members

Functions

self
CastOptions self()

Returns this, for use in with statements.

Properties

allowDecimalTruncate
bool allowDecimalTruncate [@property getter]

Get allowDecimalTruncate property.

allowDecimalTruncate
bool allowDecimalTruncate [@property setter]

Set allowDecimalTruncate property.

allowFloatTruncate
bool allowFloatTruncate [@property getter]

Get allowFloatTruncate property.

allowFloatTruncate
bool allowFloatTruncate [@property setter]

Set allowFloatTruncate property.

allowIntOverflow
bool allowIntOverflow [@property getter]

Get allowIntOverflow property.

allowIntOverflow
bool allowIntOverflow [@property setter]

Set allowIntOverflow property.

allowInvalidUtf8
bool allowInvalidUtf8 [@property getter]

Get allowInvalidUtf8 property.

allowInvalidUtf8
bool allowInvalidUtf8 [@property setter]

Set allowInvalidUtf8 property.

allowTimeOverflow
bool allowTimeOverflow [@property getter]

Get allowTimeOverflow property.

allowTimeOverflow
bool allowTimeOverflow [@property setter]

Set allowTimeOverflow property.

allowTimeTruncate
bool allowTimeTruncate [@property getter]

Get allowTimeTruncate property.

allowTimeTruncate
bool allowTimeTruncate [@property setter]

Set allowTimeTruncate property.

gType
GType gType [@property getter]
toDataType
arrow.data_type.DataType toDataType [@property getter]

Get toDataType property.

toDataType
arrow.data_type.DataType toDataType [@property setter]

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