\brief EXPERIMENTAL: Write binary serialized Arrow schema to the file, to enable certain read options (like "read_dictionary") to be set automatically or read back non-default Arrow types like ListView, LargeListView, LargeList, and Arrow extension types.
| 1377 | /// automatically or read back non-default Arrow types like ListView, |
| 1378 | /// LargeListView, LargeList, and Arrow extension types. |
| 1379 | Builder* store_schema() { |
| 1380 | store_schema_ = true; |
| 1381 | return this; |
| 1382 | } |
| 1383 | |
| 1384 | /// \brief When enabled, will not preserve Arrow field names for list types. |
| 1385 | /// |
no outgoing calls