Decimal64ArrayBuilder

Constructors

this
this(arrow.decimal64_data_type.Decimal64DataType dataType)

Members

Functions

appendValue
bool appendValue(arrow.decimal64.Decimal64 value)
appendValues
bool appendValues(arrow.decimal64.Decimal64[] 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.