Constructor
ArrowRunEndEncodedDataTypenew
since: 13.0.0
Declaration [src]
GArrowRunEndEncodedDataType*
garrow_run_end_encoded_data_type_new (
  GArrowDataType* run_end_data_type,
  GArrowDataType* value_data_type
)
Parameters
- run_end_data_type
- 
            Type: GArrowDataTypeThe data type of run-end. The data is owned by the caller of the function. 
- value_data_type
- 
            Type: GArrowDataTypeThe data type of value. The data is owned by the caller of the function. 
Return value
Type: 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. |