Uses of Class
ai.rapids.cudf.JSONOptions.Builder
Packages that use JSONOptions.Builder
-
Uses of JSONOptions.Builder in ai.rapids.cudf
Methods in ai.rapids.cudf that return JSONOptions.BuilderModifier and TypeMethodDescriptionstatic JSONOptions.Builder
JSONOptions.builder()
JSONOptions.Builder.includeColumn
(String... names) JSONOptions.Builder.includeColumn
(Collection<String> names) JSONOptions.Builder.withCudfPruneSchema
(boolean prune) JSONOptions.Builder.withDayFirst
(boolean dayFirst) Whether to parse dates as DD/MM versus MM/DDJSONOptions.Builder.withExperimental
(boolean isAllowed) Should experimental features be enabled or notJSONOptions.Builder.withKeepQuotes
(boolean keepQuotes) Set whether the reader should keep quotes of string values.JSONOptions.Builder.withLeadingZeros
(boolean isAllowed) Should leading zeros on numbers be allowed or not.JSONOptions.Builder.withLineDelimiter
(char delimiter) JSONOptions.Builder.withLines
(boolean perLine) Whether to read the file as a json object per lineJSONOptions.Builder.withMixedTypesAsStrings
(boolean mixedTypesAsStrings) Specify how to handle columns that contain mixed types.JSONOptions.Builder.withNonNumericNumbers
(boolean isAllowed) Should non-numeric numbers be allowed or not.JSONOptions.Builder.withNormalizeSingleQuotes
(boolean normalizeSingleQuotes) Should the single quotes be normalized.JSONOptions.Builder.withNormalizeWhitespace
(boolean normalizeWhitespace) Should the unquoted whitespace be removed.JSONOptions.Builder.withRecoverWithNull
(boolean recoverWithNull) Specify how to handle invalid lines when parsing json.JSONOptions.Builder.withStrictValidation
(boolean isAllowed) Should json validation be strict or notJSONOptions.Builder.withUnquotedControlChars
(boolean isAllowed) Should unquoted control chars be allowed in strings.