arrow.timestamp_array_builder
Module for [TimestampArrayBuilder] class
Types 3
Methods
TimestampArrayBuilder self()Returns `this`, for use in `with` statements.TimestampArrayBuilderGidBuilder builder()Get builder for [arrow.timestamparraybuilder.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
classTimestampArrayBuilderGidBuilder : TimestampArrayBuilderGidBuilderImpl!TimestampArrayBuilderGidBuilder
Fluent builder for [arrow.timestamp_array_builder.TimestampArrayBuilder]
Methods