Struct lance_core::format::DeletionFile
source · pub struct DeletionFile {
pub read_version: u64,
pub id: u64,
pub file_type: DeletionFileType,
pub num_deleted_rows: usize,
}Fields§
§read_version: u64§id: u64§file_type: DeletionFileType§num_deleted_rows: usizeNumber of deleted rows in this file. If 0, this is unknown.
Trait Implementations§
source§impl Clone for DeletionFile
impl Clone for DeletionFile
source§fn clone(&self) -> DeletionFile
fn clone(&self) -> DeletionFile
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeletionFile
impl Debug for DeletionFile
source§impl<'de> Deserialize<'de> for DeletionFile
impl<'de> Deserialize<'de> for DeletionFile
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<&DeletionFile> for DeletionFile
impl From<&DeletionFile> for DeletionFile
source§fn from(value: &DeletionFile) -> Self
fn from(value: &DeletionFile) -> Self
Converts to this type from the input type.
source§impl PartialEq for DeletionFile
impl PartialEq for DeletionFile
source§fn eq(&self, other: &DeletionFile) -> bool
fn eq(&self, other: &DeletionFile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DeletionFile
impl Serialize for DeletionFile
impl Eq for DeletionFile
impl StructuralEq for DeletionFile
impl StructuralPartialEq for DeletionFile
Auto Trait Implementations§
impl RefUnwindSafe for DeletionFile
impl Send for DeletionFile
impl Sync for DeletionFile
impl Unpin for DeletionFile
impl UnwindSafe for DeletionFile
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.