Module file_format

Source
Expand description

JsonFormat: Line delimited JSON FileFormat abstractions

Structsยง

JsonDecoder
JsonFormat
New line delimited JSON FileFormat implementation.
JsonFormatFactory
Factory struct used to create JsonFormat
JsonSerializer
Define a struct for serializing Json records to a stream
JsonSink
Implements DataSink for writing to a Json file.