Package ai.rapids.cudf
Class JSONOptions
java.lang.Object
ai.rapids.cudf.ColumnFilterOptions
ai.rapids.cudf.JSONOptions
Options for reading in JSON encoded data.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic JSONOptions.Builder
builder()
boolean
byte
boolean
boolean
isLines()
boolean
boolean
boolean
boolean
Return the value of the recoverWithNull optionboolean
boolean
boolean
boolean
boolean
boolean
-
Field Details
-
DEFAULT
-
-
Method Details
-
shouldCudfPruneSchema
public boolean shouldCudfPruneSchema() -
getLineDelimiter
public byte getLineDelimiter() -
isDayFirst
public boolean isDayFirst() -
isLines
public boolean isLines() -
isRecoverWithNull
public boolean isRecoverWithNull()Return the value of the recoverWithNull option -
isNormalizeSingleQuotes
public boolean isNormalizeSingleQuotes() -
isNormalizeWhitespace
public boolean isNormalizeWhitespace() -
isMixedTypesAsStrings
public boolean isMixedTypesAsStrings() -
keepStringQuotes
public boolean keepStringQuotes() -
strictValidation
public boolean strictValidation() -
leadingZerosAllowed
public boolean leadingZerosAllowed() -
nonNumericNumbersAllowed
public boolean nonNumericNumbersAllowed() -
unquotedControlChars
public boolean unquotedControlChars() -
experimental
public boolean experimental() -
builder
-