方法

ArrowCSV讀取選項add_column_type

版本: 0.12.0 起

宣告 [src]

void
garrow_csv_read_options_add_column_type (
  GArrowCSVReadOptions* options,
  const gchar* name,
  GArrowDataType* data_type
)

描述 [src]

新增欄位的數值類型。

自版本 0.12.0 起可用

參數

名稱

類型: const gchar*

目標欄位的名稱。

資料由函式呼叫端擁有。
值為 NUL 終止的 UTF-8 字串。
資料類型

類型: GArrowDataType

欄位的 GArrowDataType

資料由函式呼叫端擁有。