Struct rocksdb::TableProperties [−][src]
Implementations
impl TableProperties
[src]
pub unsafe fn from_ptr<'a>(ptr: *const DBTableProperties) -> &'a TableProperties
[src]
pub fn data_size(&self) -> u64
[src]
pub fn index_size(&self) -> u64
[src]
pub fn filter_size(&self) -> u64
[src]
pub fn raw_key_size(&self) -> u64
[src]
pub fn raw_value_size(&self) -> u64
[src]
pub fn num_data_blocks(&self) -> u64
[src]
pub fn num_entries(&self) -> u64
[src]
pub fn format_version(&self) -> u64
[src]
pub fn fixed_key_len(&self) -> u64
[src]
pub fn column_family_id(&self) -> u64
[src]
pub fn column_family_name(&self) -> &str
[src]
pub fn filter_policy_name(&self) -> &str
[src]
pub fn comparator_name(&self) -> &str
[src]
pub fn merge_operator_name(&self) -> &str
[src]
pub fn prefix_extractor_name(&self) -> &str
[src]
pub fn property_collectors_names(&self) -> &str
[src]
pub fn compression_name(&self) -> &str
[src]
pub fn user_collected_properties(&self) -> &UserCollectedProperties
[src]
Auto Trait Implementations
impl RefUnwindSafe for TableProperties
impl Send for TableProperties
impl Sync for TableProperties
impl Unpin for TableProperties
impl UnwindSafe for TableProperties
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,