Module avro_stream_opts

Module avro_stream_opts 

Source

Structs§

AvroStreamOpts
Options for ingesting Avro data with the following schema. This is a “stream-like” file format to support use cases where a columnar/tabular format does not make sense. This closely matches Nominal’s streaming API, making it useful for use cases where network connection drops during streaming and a backup file needs to be created.
Builder
A builder for AvroStreamOpts
Complete
The final stage for AvroStreamOpts.
SourceStage
The source stage for Builder.
TargetStage
The target stage for Builder.