Expand description
Module containing helper methods/traits related to enabling write support for the various file formats
Modules§
- demux
- Module containing helper methods/traits related to enabling dividing input stream into multiple output files at execution time
- orchestration
- Module containing helper methods/traits related to orchestrating file serialization, streaming to object store, parallelization, and abort handling
Structs§
- Object
Writer Builder - A builder for an
AsyncWrite
that writes to an object store location. - Shared
Buffer - A buffer with interior mutability shared by the SerializedFileWriter and ObjectStore writer
Traits§
- Batch
Serializer - A trait that defines the methods required for a RecordBatch serializer.
Functions§
- create_
writer Deprecated - Returns an
AsyncWrite
which writes to the given object store location with the specified compression. - get_
writer_ schema - Converts table schema to writer schema, which may differ in the case of hive style partitioning where some columns are removed from the underlying files.