Constructor

ArrowTimestampArrayBuildernew

since: 0.7.0

Declaration [src]

GArrowTimestampArrayBuilder*
garrow_timestamp_array_builder_new (
  GArrowTimestampDataType* data_type
)

Description

No description available.

Available since: 0.7.0

Parameters

data_type

Type: GArrowTimestampDataType

A GArrowTimestampDataType.

The data is owned by the caller of the function.

Return value

Type: GArrowTimestampArrayBuilder

A newly created GArrowTimestampArrayBuilder.

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