Expand description
Plain text line decoder implementing FormatDecoder.
Splits raw bytes by newlines and produces a single-column RecordBatch
with column line: Utf8.
Structsยง
- Text
Line Decoder - Decodes raw bytes as newline-delimited text into a single
linecolumn.