Enumeration
ArrowCSVQuotingStyle
since: 23.0.0
Description [src]
They are corresponding to arrow::csv::QuotingStyle values.
Available since: 23.0.0
Members
| Name | Description |
|---|---|
GARROW_CSV_QUOTING_STYLE_NEEDED |
Only enclose values in quotes which need them. |
GARROW_CSV_QUOTING_STYLE_ALL_VALID |
Enclose all valid values in quotes. |
GARROW_CSV_QUOTING_STYLE_NONE |
Do not enclose any values in quotes. |