Enumeration

ArrowCSVQuotingStyle

since: 23.0.0

Declaration

enum Arrow.CSVQuotingStyle

Description [src]

They are corresponding to arrow::csv::QuotingStyle values.

Available since: 23.0.0

Members

GARROW_CSV_QUOTING_STYLE_NEEDED

Only enclose values in quotes which need them.

  • Value: 0
  • Available since: 23.0.0
GARROW_CSV_QUOTING_STYLE_ALL_VALID

Enclose all valid values in quotes.

  • Value: 1
  • Available since: 23.0.0
GARROW_CSV_QUOTING_STYLE_NONE

Do not enclose any values in quotes.

  • Value: 2
  • Available since: 23.0.0