Class
ArrowArrayBuilder
Descendants
- GArrowBinaryArrayBuilder
- GArrowBinaryDictionaryArrayBuilder
- GArrowBooleanArrayBuilder
- GArrowDate32ArrayBuilder
- GArrowDate64ArrayBuilder
- GArrowDayTimeIntervalArrayBuilder
- GArrowDoubleArrayBuilder
- GArrowFixedSizeBinaryArrayBuilder
- GArrowFloatArrayBuilder
- GArrowHalfFloatArrayBuilder
- GArrowInt16ArrayBuilder
- GArrowInt32ArrayBuilder
- GArrowInt64ArrayBuilder
- GArrowInt8ArrayBuilder
- GArrowIntArrayBuilder
- GArrowLargeBinaryArrayBuilder
- GArrowLargeListArrayBuilder
- GArrowListArrayBuilder
- GArrowMapArrayBuilder
- GArrowMonthDayNanoIntervalArrayBuilder
- GArrowMonthIntervalArrayBuilder
- GArrowNullArrayBuilder
- GArrowStringDictionaryArrayBuilder
- GArrowStructArrayBuilder
- GArrowTime32ArrayBuilder
- GArrowTime64ArrayBuilder
- GArrowTimestampArrayBuilder
- GArrowUInt16ArrayBuilder
- GArrowUInt32ArrayBuilder
- GArrowUInt64ArrayBuilder
- GArrowUInt8ArrayBuilder
- GArrowUIntArrayBuilder
- GArrowUnionArrayBuilder
Instance methods
garrow_array_builder_append_empty_values
Append multiple empty values at once. It’s more efficient than multiple
garrow_array_builder_append_empty_value()
calls.
since: 3.0.0
garrow_array_builder_append_nulls
Append multiple nulls at once. It’s more efficient than multiple
garrow_array_builder_append_null()
calls.
since: 3.0.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.