Decimal32ArrayBuilder

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(arrow.decimal32_data_type.Decimal32DataType dataType)

Members

Functions

appendValue
bool appendValue(arrow.decimal32.Decimal32 value)
appendValues
bool appendValues(arrow.decimal32.Decimal32[] values, bool[] isValids)

Append multiple values at once. It's more efficient than multiple append and append_null calls.

self
Decimal32ArrayBuilder self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]

Static functions

getGType
GType getGType()

Inherited Members

From FixedSizeBinaryArrayBuilder

getGType
GType getGType()
gType
GType gType [@property getter]
self
FixedSizeBinaryArrayBuilder self()

Returns this, for use in with statements.

appendValue
bool appendValue(ubyte[] value)
appendValueBytes
bool appendValueBytes(glib.bytes.Bytes value)
appendValues
bool appendValues(glib.bytes.Bytes[] values, bool[] isValids)

Append multiple values at once. It's more efficient than multiple append and append_null calls.

appendValuesPacked
bool appendValuesPacked(glib.bytes.Bytes values, bool[] isValids)

Append multiple values at once. It's more efficient than multiple append and append_null calls.