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.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
classTimestampArrayBuilderGidBuilder : TimestampArrayBuilderGidBuilderImpl!TimestampArrayBuilderGidBuilder
Fluent builder for arrow.timestamp_array_builder.TimestampArrayBuilder
Methods
TimestampArrayBuilder build()Create object from builder. Returns: New object