Uses of Class
ai.rapids.cudf.CSVOptions.Builder
Packages that use CSVOptions.Builder
-
Uses of CSVOptions.Builder in ai.rapids.cudf
Methods in ai.rapids.cudf that return CSVOptions.BuilderModifier and TypeMethodDescriptionstatic CSVOptions.Builder
CSVOptions.builder()
CSVOptions.Builder.hasHeader()
Set the row of the header to 0, the first line.CSVOptions.Builder.hasHeader
(boolean hasHeader) Set the row of the header to 0, the first line, if hasHeader is true else disables the header.CSVOptions.Builder.withComment
(char comment) Set the character that starts the beginning of a comment line.CSVOptions.Builder.withDelim
(char delim) Set the entry deliminator.CSVOptions.Builder.withFalseValue
(String... fvs) CSVOptions.Builder.withHeaderAtRow
(int index) Row of the header data (0 based counting).CSVOptions.Builder.withNullValue
(String... nvs) CSVOptions.Builder.withoutComments()
CSVOptions.Builder.withQuote
(char quote) Set the quote character.CSVOptions.Builder.withQuoteStyle
(QuoteStyle quoteStyle) Quote style to expect in the input CSV data.CSVOptions.Builder.withTrueValue
(String... tvs)