方法
ArrowCSVReadOptionsadd_schema
自 0.12.0 起
宣告 [src]
void
garrow_csv_read_options_add_schema (
GArrowCSVReadOptions* options,
GArrowSchema* schema
)
參數
schema
-
類型:
GArrowSchema
指定欄位及其類型的
GArrowSchema
。資料由函數的呼叫者擁有。
自 0.12.0 起
void
garrow_csv_read_options_add_schema (
GArrowCSVReadOptions* options,
GArrowSchema* schema
)
schema
類型: GArrowSchema
指定欄位及其類型的 GArrowSchema
。
資料由函數的呼叫者擁有。 |