Constructor

ArrowRunEndEncodedDataTypenew

Declaration [src]

GArrowRunEndEncodedDataType*
garrow_run_end_encoded_data_type_new (
  GArrowDataType* run_end_data_type,
  GArrowDataType* value_data_type
)

Description

No description available.
Available since:13.0.0

Parameters

run_end_data_type GArrowDataType
 

The data type of run-end.

 The data is owned by the caller of the function.
value_data_type GArrowDataType
 

The data type of value.

 The data is owned by the caller of the function.

Return value

Returns: GArrowRunEndEncodedDataType
 

The newly created run-end encoded data type.

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