arrow.uint16_array_builder
Module for UInt16ArrayBuilder class
Types 3
Methods
UInt16ArrayBuilder self()Returns `this`, for use in `with` statements.UInt16ArrayBuilderGidBuilder builder()Get builder for [arrow.uint16_array_builder.UInt16ArrayBuilder] Returns: New builder objectbool append(ushort value)bool appendValue(ushort value)bool appendValues(ushort[] 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.uint16_array_builder.UInt16ArrayBuilder
Fluent builder for arrow.uint16_array_builder.UInt16ArrayBuilder
Methods
UInt16ArrayBuilder build()Create object from builder. Returns: New object