pub enum ColumnarIndexType {
Minmax,
Bloom,
}Expand description
カラムナーインデックス種別。
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ColumnarIndexType
impl Clone for ColumnarIndexType
Source§fn clone(&self) -> ColumnarIndexType
fn clone(&self) -> ColumnarIndexType
Returns a duplicate 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 ColumnarIndexType
impl Debug for ColumnarIndexType
Source§impl PartialEq for ColumnarIndexType
impl PartialEq for ColumnarIndexType
impl Copy for ColumnarIndexType
impl Eq for ColumnarIndexType
impl StructuralPartialEq for ColumnarIndexType
Auto Trait Implementations§
impl Freeze for ColumnarIndexType
impl RefUnwindSafe for ColumnarIndexType
impl Send for ColumnarIndexType
impl Sync for ColumnarIndexType
impl Unpin for ColumnarIndexType
impl UnwindSafe for ColumnarIndexType
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