Constructor

ArrowDurationArrayBuildernew

since: 23.0.0

Declaration [src]

GArrowDurationArrayBuilder*
garrow_duration_array_builder_new (
  GArrowDurationDataType* data_type
)

Description

No description available.

Available since: 23.0.0

Parameters

data_type

Type: GArrowDurationDataType

A GArrowDurationDataType.

The data is owned by the caller of the function.

Return value

Type: GArrowDurationArrayBuilder

A newly created GArrowDurationArrayBuilder.

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