Trait engine_traits::MvccPropertiesExt[][src]

pub trait MvccPropertiesExt {
    fn get_mvcc_properties_cf(
        &self,
        cf: &str,
        safe_point: TimeStamp,
        start_key: &[u8],
        end_key: &[u8]
    ) -> Option<MvccProperties>; }

Required methods

fn get_mvcc_properties_cf(
    &self,
    cf: &str,
    safe_point: TimeStamp,
    start_key: &[u8],
    end_key: &[u8]
) -> Option<MvccProperties>
[src]

Loading content...

Implementors

Loading content...