pub enum LayoutHint {
CudfTable,
HisaIndexed,
VflogColumnar,
}Expand description
Hint for physical layout selection
Variants§
CudfTable
Standard cuDF table (baseline)
HisaIndexed
HISA-style indexed storage for recursion
VflogColumnar
VFLog-style columnar for bandwidth workloads
Trait Implementations§
Source§impl Clone for LayoutHint
impl Clone for LayoutHint
Source§fn clone(&self) -> LayoutHint
fn clone(&self) -> LayoutHint
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 LayoutHint
impl Debug for LayoutHint
Source§impl Default for LayoutHint
impl Default for LayoutHint
Source§fn default() -> LayoutHint
fn default() -> LayoutHint
Returns the “default value” for a type. Read more
Source§impl PartialEq for LayoutHint
impl PartialEq for LayoutHint
impl Copy for LayoutHint
impl Eq for LayoutHint
impl StructuralPartialEq for LayoutHint
Auto Trait Implementations§
impl Freeze for LayoutHint
impl RefUnwindSafe for LayoutHint
impl Send for LayoutHint
impl Sync for LayoutHint
impl Unpin for LayoutHint
impl UnsafeUnpin for LayoutHint
impl UnwindSafe for LayoutHint
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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