Struct spacetimedb_vm::expr::IndexJoin
source · pub struct IndexJoin {
pub probe_side: QueryExpr,
pub probe_field: FieldName,
pub index_header: Header,
pub index_table: TableId,
pub index_col: ColId,
}Fields§
§probe_side: QueryExpr§probe_field: FieldName§index_header: Header§index_table: TableId§index_col: ColIdTrait Implementations§
source§impl Ord for IndexJoin
impl Ord for IndexJoin
source§impl PartialEq for IndexJoin
impl PartialEq for IndexJoin
source§impl PartialOrd for IndexJoin
impl PartialOrd for IndexJoin
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for IndexJoin
impl StructuralEq for IndexJoin
impl StructuralPartialEq for IndexJoin
Auto Trait Implementations§
impl RefUnwindSafe for IndexJoin
impl Send for IndexJoin
impl Sync for IndexJoin
impl Unpin for IndexJoin
impl UnwindSafe for IndexJoin
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