Decimal128ArrayBuilder

Constructors

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.

Inherited Members

From FixedSizeBinaryArrayBuilder

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.