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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExecutorContext
Source§impl Debug for ExecutorContext
impl Debug for ExecutorContext
impl Eq for ExecutorContext
Source§impl PartialEq for ExecutorContext
impl PartialEq for ExecutorContext
Source§fn eq(&self, other: &ExecutorContext) -> bool
fn eq(&self, other: &ExecutorContext) -> bool
Tests for
self and other values to be equal, and is used by ==.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§
impl<T> Allocation for T
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