Structs§
- Batching
Strategy BatchingStrategy
represents the strategy for batching data before writing to files.- File
Sink - The
FileSink
struct represents a file sink that uses theOpendalSinkBackend
trait for its backend implementation. - Open
DalSink Writer
Enums§
- Engine
Type - File
Writer 🔒Enum - The
FileWriterEnum
enum represents different types of file writers used for various sink implementations. - Path
Partition Prefix PathPartitionPrefix
defines the granularity of file partitions based on creation time.
Constants§
Traits§
- Opendal
Sink Backend - The
OpendalSinkBackend
trait unifies the behavior of various sink backends implemented throughOpenDAL
(<https://github.com/apache/opendal>
).