构造函数
ArrowCSVReadernew
自:0.12.0 起可用
声明 [源码]
GArrowCSVReader*
garrow_csv_reader_new (
GArrowInputStream* input,
GArrowCSVReadOptions* options,
GError** error
)
参数
返回值
类型: GArrowCSVReader
新创建的 GArrowCSVReader
,如果出错则返回 NULL
。
函数调用者拥有数据的所有权,并负责释放它。 |
返回值可以为 NULL 。 |