arrow.uint8_array_builder
Module for UInt8ArrayBuilder class
Types 3
Methods
UInt8ArrayBuilder self()Returns `this`, for use in `with` statements.UInt8ArrayBuilderGidBuilder builder()Get builder for [arrow.uint8_array_builder.UInt8ArrayBuilder] Returns: New builder objectbool append(ubyte value)bool appendValue(ubyte value)bool appendValues(ubyte[] values, bool[] isValids = null)Append multiple values at once. It's more efficient than multiple `append` and `append_null` calls.Fluent builder implementation template for arrow.uint8_array_builder.UInt8ArrayBuilder
Fluent builder for arrow.uint8_array_builder.UInt8ArrayBuilder
Methods
UInt8ArrayBuilder build()Create object from builder. Returns: New object