Package org.apache.drill.exec.store.easy.text.reader
package org.apache.drill.exec.store.easy.text.reader
Version 3 of the text reader. Hosts the "compliant" text reader on
the row set framework.
-
ClassDescriptionText reader, Complies with the RFC 4180 standard for text/csv files.For 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.Text output that implements a header reader/parser.Class is responsible for generating record batches for text file inputs.A byte-based Text parser implementation.