Uses of Enum
ai.rapids.cudf.QuoteStyle
Packages that use QuoteStyle
-
Uses of QuoteStyle in ai.rapids.cudf
Methods in ai.rapids.cudf that return QuoteStyleModifier and TypeMethodDescriptionCSVWriterOptions.getQuoteStyle()Returns the quoting style used for writing CSV.static QuoteStyleReturns 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.Methods in ai.rapids.cudf with parameters of type QuoteStyleModifier and TypeMethodDescriptionCSVOptions.Builder.withQuoteStyle(QuoteStyle quoteStyle) Quote style to expect in the input CSV data.CSVWriterOptions.Builder.withQuoteStyle(QuoteStyle quoteStyle) Sets the quote style used when writing CSV.