Decimal128ArrayBuilder

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(arrow.decimal128_data_type.Decimal128DataType dataType)

Members

Functions

append
bool append(arrow.decimal128.Decimal128 value)
appendValue
bool appendValue(arrow.decimal128.Decimal128 value)
appendValues
bool appendValues(arrow.decimal128.Decimal128[] values, bool[] isValids)

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

self
Decimal128ArrayBuilder 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.