pub struct OperationInvocation<'a, B> { /* private fields */ }Expand description
One participant projection inside a plan-selected physical batch. It has no public constructor and does not own submission authority.
Implementations§
Source§impl<'a, B> OperationInvocation<'a, B>
impl<'a, B> OperationInvocation<'a, B>
pub fn identity(&self) -> &ExecutionIdentityEnvelope
pub fn operation(&self) -> &OperationDescriptor
pub fn node_id(&self) -> &NodeId
pub fn provider_id(&self) -> &ProviderId
pub fn views(&self) -> &[OperationBufferView<'a, B>]
pub fn bindings(&self) -> &[ResolvedValueBinding]
pub fn attributes(&self) -> &BTreeMap<AttributeId, SemanticValue>
pub fn work(&self) -> &NodeWorkContract
pub fn scratch_view(&self) -> Option<&OperationBufferView<'a, B>>
pub fn binding_view(&self) -> Option<&OperationBufferView<'a, B>>
pub fn persistent_view(&self) -> Option<&OperationBufferView<'a, B>>
pub fn work_shape(&self) -> &BatchWorkShape
pub fn claimed_backing_fingerprint(&self) -> &str
Auto Trait Implementations§
impl<'a, B> !RefUnwindSafe for OperationInvocation<'a, B>
impl<'a, B> !UnwindSafe for OperationInvocation<'a, B>
impl<'a, B> Freeze for OperationInvocation<'a, B>
impl<'a, B> Send for OperationInvocation<'a, B>
impl<'a, B> Sync for OperationInvocation<'a, B>
impl<'a, B> Unpin for OperationInvocation<'a, B>
impl<'a, B> UnsafeUnpin for OperationInvocation<'a, B>
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