Re-exports
Modules
Structs
Builder is used in building a table.
Options contains configurable options for Table/Builder.
RefCounter<T>
is a very simple wrapper, you can treat this like
SimpleBuilder
is a faster builder for building table.
However, it can be only used when you do not want to encrypt or compress the data in the table.
If you want to encrypt or compress the data in the table, plese use Builder
instead.
Enums
Tells when should DB verify checksum for SSTable blocks.
Constants
Traits
You can also implement your own table builder, but you must make sure: