arrow.date64_array_builder

Module for [Date64ArrayBuilder] class

Types 3

Methods
GType _gType() @property
Date64ArrayBuilder self()Returns `this`, for use in `with` statements.
Date64ArrayBuilderGidBuilder builder()Get builder for [arrow.date64arraybuilder.Date64ArrayBuilder] Returns: New builder object
bool 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
this(void * ptr, Flag!"Take" take)

Fluent builder for [arrow.date64_array_builder.Date64ArrayBuilder]