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