Skip to main content

Module file_format

Module file_format 

Source
Expand description

JsonFormat: Line delimited and array JSON FileFormat abstractions

Structsยง

JsonDecoder
JsonFormat
JSON FileFormat implementation supporting both line-delimited and array formats.
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.