Decimal32ArrayBuilder

Constructors

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.

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.