pub enum ExecutorContext {
HashFallback,
WcojEligible,
}Expand description
Executor capability context for join-key width checks.
Variants§
HashFallback
Existing hash/binary fallback executor. The 4-key
pack_keys_gpu_on_stream limit remains binding.
WcojEligible
WCOJ-capable planner path. K5 through K8 are admissible; K9+ remains outside the current executor contract.
Trait Implementations§
Source§impl Clone for ExecutorContext
impl Clone for ExecutorContext
Source§fn clone(&self) -> ExecutorContext
fn clone(&self) -> ExecutorContext
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 ExecutorContext
impl Debug for ExecutorContext
Source§impl PartialEq for ExecutorContext
impl PartialEq for ExecutorContext
impl Copy for ExecutorContext
impl Eq for ExecutorContext
impl StructuralPartialEq for ExecutorContext
Auto Trait Implementations§
impl Freeze for ExecutorContext
impl RefUnwindSafe for ExecutorContext
impl Send for ExecutorContext
impl Sync for ExecutorContext
impl Unpin for ExecutorContext
impl UnsafeUnpin for ExecutorContext
impl UnwindSafe for ExecutorContext
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