Constructor

ArrowFixedSizeBinaryArrayBuildernew

Declaration [src]

GArrowFixedSizeBinaryArrayBuilder*
garrow_fixed_size_binary_array_builder_new (
  GArrowFixedSizeBinaryDataType* data_type
)

Description

No description available.

Parameters

data_type GArrowFixedSizeBinaryDataType
 

A GArrowFixedSizeBinaryDataType for created array.

 The data is owned by the caller of the function.

Return value

Returns: GArrowFixedSizeBinaryArrayBuilder
 

A newly created GArrowFixedSizeBinaryArrayBuilder.

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