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