构造函数
ArrowTableBatchReadernew
起始版本: 0.8.0
声明 [src]
GArrowTableBatchReader*
garrow_table_batch_reader_new (
GArrowTable* table
)
参数
table
-
类型:
GArrowTable
要读取的表。
数据的所有权归该函数的调用者所有。
起始版本: 0.8.0
GArrowTableBatchReader*
garrow_table_batch_reader_new (
GArrowTable* table
)
table
类型: GArrowTable
要读取的表。
数据的所有权归该函数的调用者所有。 |