Class JsonConfigOptions.JsonConfigOptionsBuilder
java.lang.Object
org.apache.drill.exec.store.easy.json.config.JsonConfigOptions.JsonConfigOptionsBuilder
- Direct Known Subclasses:
HttpJsonOptions.HttpJsonOptionsBuilder
- Enclosing class:
- JsonConfigOptions
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallowNanInf
(Boolean allowNanInf) allTextMode
(Boolean allTextMode) build()
enableEscapeAnyChar
(Boolean enableEscapeAnyChar) readNumbersAsDouble
(Boolean readNumbersAsDouble) skipMalformedDocument
(Boolean skipMalformedDocument) skipMalformedRecords
(Boolean skipMalformedRecords)
-
Field Details
-
allowNanInf
-
allTextMode
-
readNumbersAsDouble
-
enableEscapeAnyChar
-
skipMalformedRecords
-
skipMalformedDocument
-
-
Constructor Details
-
JsonConfigOptionsBuilder
public JsonConfigOptionsBuilder()
-
-
Method Details
-
allowNanInf
-
allTextMode
-
readNumbersAsDouble
-
enableEscapeAnyChar
-
skipMalformedRecords
public JsonConfigOptions.JsonConfigOptionsBuilder skipMalformedRecords(Boolean skipMalformedRecords) -
skipMalformedDocument
public JsonConfigOptions.JsonConfigOptionsBuilder skipMalformedDocument(Boolean skipMalformedDocument) -
build
-