pub enum RowIdMode {
None,
Direct,
}Expand description
RowID materialization mode for columnar tables.
Variants§
Trait Implementations§
Source§impl From<PersistedRowIdMode> for RowIdMode
impl From<PersistedRowIdMode> for RowIdMode
Source§fn from(value: PersistedRowIdMode) -> Self
fn from(value: PersistedRowIdMode) -> Self
Converts to this type from the input type.
Source§impl From<RowIdMode> for PersistedRowIdMode
impl From<RowIdMode> for PersistedRowIdMode
impl Copy for RowIdMode
impl Eq for RowIdMode
impl StructuralPartialEq for RowIdMode
Auto Trait Implementations§
impl Freeze for RowIdMode
impl RefUnwindSafe for RowIdMode
impl Send for RowIdMode
impl Sync for RowIdMode
impl Unpin for RowIdMode
impl UnwindSafe for RowIdMode
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