[go: up one dir, main page]

Method

ArrowTableequal

since: 0.4.0

Declaration [src]
gboolean
garrow_table_equal (
  GArrowTable* table,
  GArrowTable* other_table
)
Description
No description available.

Available since: 0.4.0

Parameters

other_table

Type: GArrowTable

A GArrowTable 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.