方法

ArrowTable (表格)equal_metadata (元数据相等)

起始版本: 0.17.0

声明 [src]

gboolean
garrow_table_equal_metadata (
  GArrowTable* table,
  GArrowTable* other_table,
  gboolean check_metadata
)

描述

没有可用的描述。

可用版本: 0.17.0

参数

other_table (其他表格)

类型: GArrowTable

要比较的 GArrowTable

数据由函数调用者拥有。
check_metadata (检查元数据)

类型: gboolean

是否比较元数据。

返回值

类型: gboolean

如果两者具有相同的数据,则返回 TRUE,否则返回 FALSE