方法

ArrowReadOptionsget_included_fields

自從: 1.0.0

宣告 [src]

int*
garrow_read_options_get_included_fields (
  GArrowReadOptions* options,
  gsize* n_fields
)

描述

無可用描述。

自從可用版本: 1.0.0

參數

n_fields

類型: gsize*

包含欄位的數量。

此引數將由函式設定。

回傳值

類型: int 的陣列

還原序列化 RecordBatch 時要包含的頂層結構描述欄位。如果為空,則傳回所有還原序列化的欄位。

當不再需要時,應使用 g_free() 釋放。

陣列的長度在 n_fields 引數中。
此方法的呼叫者取得資料的所有權,並負責釋放它。