Constructor

ArrowTimestampArrayBuildernew

Declaration [src]

GArrowTimestampArrayBuilder*
garrow_timestamp_array_builder_new (
  GArrowTimestampDataType* data_type
)

Description

No description available.
Available since:0.7.0

Parameters

data_type GArrowTimestampDataType
 

A GArrowTimestampDataType.

 The data is owned by the caller of the function.

Return value

Returns: GArrowTimestampArrayBuilder
 

A newly created GArrowTimestampArrayBuilder.

 The caller of the function takes ownership of the data, and is responsible for freeing it.