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