Uses of Class
org.apache.drill.exec.store.easy.text.reader.BaseFieldOutput
Packages that use BaseFieldOutput
-
Uses of BaseFieldOutput in org.apache.drill.exec.store.easy.text.reader
Subclasses of BaseFieldOutput in org.apache.drill.exec.store.easy.text.readerModifier and TypeClassDescriptionclassFor CSV files without headers, but with a provided schema, handles the case where extra fields appear in the file beyond the columns enumerated in the schema.classClass is responsible for generating record batches for text file inputs.