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