pub struct IlpTaggedResult {
pub entries: Vec<IlpTagEntry>,
}Expand description
Tag metadata from TensorMaskedJoin execution. Retains per-entry projected join buffers for batch credit queries.
Fields§
§entries: Vec<IlpTagEntry>Per-entry metadata and result buffers.
Auto Trait Implementations§
impl Freeze for IlpTaggedResult
impl RefUnwindSafe for IlpTaggedResult
impl Send for IlpTaggedResult
impl Sync for IlpTaggedResult
impl Unpin for IlpTaggedResult
impl UnsafeUnpin for IlpTaggedResult
impl UnwindSafe for IlpTaggedResult
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