arrow.timestamp_array_builder
Module for [TimestampArrayBuilder] class
Types 3
Methods
TimestampArrayBuilderGidBuilder builder() static nothrowGet builder for [arrow.timestamp_array_builder.TimestampArrayBuilder] 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.Constructors
Fluent builder implementation template for arrow.timestamp_array_builder.TimestampArrayBuilder