Trait engine_traits::table_properties::TablePropertiesExt [−][src]
Associated Types
type TablePropertiesCollection: TablePropertiesCollection<Self::TablePropertiesCollectionIter, Self::TablePropertiesKey, Self::TableProperties, Self::UserCollectedProperties>
[src]
type TablePropertiesCollectionIter: TablePropertiesCollectionIter<Self::TablePropertiesKey, Self::TableProperties, Self::UserCollectedProperties>
[src]
type TablePropertiesKey: TablePropertiesKey
[src]
type TableProperties: TableProperties<Self::UserCollectedProperties>
[src]
type UserCollectedProperties: UserCollectedProperties
[src]
Required methods
fn get_properties_of_tables_in_range(
&self,
cf: &str,
ranges: &[Range<'_>]
) -> Result<Self::TablePropertiesCollection>
[src]
&self,
cf: &str,
ranges: &[Range<'_>]
) -> Result<Self::TablePropertiesCollection>
Provided methods
fn get_range_properties_cf(
&self,
cfname: &str,
start_key: &[u8],
end_key: &[u8]
) -> Result<Self::TablePropertiesCollection>
[src]
&self,
cfname: &str,
start_key: &[u8],
end_key: &[u8]
) -> Result<Self::TablePropertiesCollection>