Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db_options: Expose remaining PlainTableFactoryOptions #779

Conversation

glittershark
Copy link
Contributor

This is intended to go along with
facebook/rocksdb#11442.

@glittershark glittershark force-pushed the expose-plain-table-factory-options branch from 102029f to d5d5f86 Compare May 12, 2023 16:31
src/db_options.rs Outdated Show resolved Hide resolved
@amartin96 amartin96 force-pushed the expose-plain-table-factory-options branch from d5d5f86 to 3eb64f7 Compare June 22, 2023 03:23
/// Used by [`PlainTableFactoryOptions`]
#[repr(u8)]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum EncodingType {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the EncodingType is a too common name. I would rename it to KeyEncodingType.

@aleksuss
Copy link
Member

Done in #815

@aleksuss aleksuss closed this Oct 10, 2023
Shylock-Hg pushed a commit to Shylock-Hg/rust-rocksdb that referenced this pull request Mar 29, 2024
Signed-off-by: Connor1996 <zbk602423539@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants