MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / LeftDeepJoin

Class LeftDeepJoin

crates/expr/src/expr.rs:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368/// A left deep binary cross product
369#[derive(Debug, Clone, PartialEq, Eq)]
370pub struct LeftDeepJoin {
371 /// The lhs is recursive
372 pub lhs: Box<RelExpr>,
373 /// The rhs is a relvar
374 pub rhs: Relvar,
375}
376
377/// A typed scalar expression
378#[derive(Debug, Clone, PartialEq, Eq)]

Callers 3

type_fromMethod · 0.85
extend_lhsFunction · 0.85
expand_leafFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…