Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
QuoteStyle |
CSVWriterOptions.getQuoteStyle()
Returns the quoting style used for writing CSV.
|
static QuoteStyle |
QuoteStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuoteStyle[] |
QuoteStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CSVWriterOptions.Builder |
CSVWriterOptions.Builder.withQuoteStyle(QuoteStyle quoteStyle)
Sets the quote style used when writing CSV.
|
CSVOptions.Builder |
CSVOptions.Builder.withQuoteStyle(QuoteStyle quoteStyle)
Quote style to expect in the input CSV data.
|
Copyright © 2024. All rights reserved.