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