Uses of Class
org.apache.drill.exec.store.easy.text.reader.TextParsingSettings
Packages that use TextParsingSettings
-
Uses of TextParsingSettings in org.apache.drill.exec.store.easy.text.reader
Constructors in org.apache.drill.exec.store.easy.text.reader with parameters of type TextParsingSettingsModifierConstructorDescriptionCompliantTextBatchReader(FileSchemaNegotiator schemaNegotiator, TextParsingSettings settings) Create and open the text reader.TextReader(TextParsingSettings settings, org.apache.drill.exec.store.easy.text.reader.TextInput input, org.apache.drill.exec.store.easy.text.reader.TextOutput output, DrillBuf workBuf) The CsvParser supports all settings provided byTextParsingSettings, and requires this configuration to be properly initialized.