Enum lance_core::format::pb::transaction::Operation
source · pub enum Operation {
Append(Append),
Delete(Delete),
Overwrite(Overwrite),
CreateIndex(CreateIndex),
Rewrite(Rewrite),
Merge(Merge),
Restore(Restore),
ReserveFragments(ReserveFragments),
}Expand description
The operation of this transaction.
Variants§
Append(Append)
Delete(Delete)
Overwrite(Overwrite)
CreateIndex(CreateIndex)
Rewrite(Rewrite)
Merge(Merge)
Restore(Restore)
ReserveFragments(ReserveFragments)
Implementations§
Trait Implementations§
source§impl PartialEq for Operation
impl PartialEq for Operation
impl StructuralPartialEq for Operation
Auto Trait Implementations§
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
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