Skip to main content

Module text_decoder

Module text_decoder 

Source
Expand description

Plain text line decoder implementing FormatDecoder.

Splits raw bytes by newlines and produces a single-column RecordBatch with column line: Utf8.

Structsยง

TextLineDecoder
Decodes raw bytes as newline-delimited text into a single line column.