Method

ArrowDataTypeequal

Declaration [src]

gboolean
garrow_data_type_equal (
  GArrowDataType* data_type,
  GArrowDataType* other_data_type
)

Description

No description available.

Parameters

other_data_type

Type: GArrowDataType

A GArrowDataType to be compared.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if both of them have the same data, FALSE otherwise.