類別
ArrowCSVReadOptions
屬性
Arrow.CSVReadOptions:allow-null-strings
字串/二進制欄位是否可以有空值。如果為 TRUE
,則 “null_values” 中的字串將被視為字串欄位的空值。如果為 FALSE
,則所有字串都是有效的字串值。
始於:0.14.0
Arrow.CSVReadOptions:block-size
我們從 IO 層請求的區塊大小; 也決定了當 GArrowCSVReadOptions:use-threads
為 TRUE
時的區塊大小。
始於:0.12.0