方法

ArrowCSVReadOptionsadd_schema

自:0.12.0

声明 [源代码]

void
garrow_csv_read_options_add_schema (
  GArrowCSVReadOptions* options,
  GArrowSchema* schema
)

描述 [源代码]

为 schema 中的列添加值类型。

可用自:0.12.0

参数

schema

类型: GArrowSchema

指定列及其类型的 GArrowSchema

数据由函数调用者拥有。