构造函数
ArrowCSVReadernew
since: 0.12.0
声明 [src]
GArrowCSVReader*
garrow_csv_reader_new (
GArrowInputStream* input,
GArrowCSVReadOptions* options,
GError** error
)
参数
返回值
类型: GArrowCSVReader
新创建的 GArrowCSVReader
或者在错误情况下为 NULL
。
该函数的调用者拥有数据的所有权,并负责释放它。 |
返回值可以为 NULL 。 |