arrow.timestamp_array

Module for [TimestampArray] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
TimestampArray self() nothrowReturns `this`, for use in `with` statements.
TimestampArrayGidBuilder builder() static nothrowGet builder for [arrow.timestamp_array.TimestampArray] Returns: New builder object
long getValue(long i) nothrow
long[] getValues() nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this(arrow.timestamp_data_type.TimestampDataType dataType, long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls)
Methods
TimestampArray build() nothrowCreate object from builder. Returns: New object