MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / is_nullable_join_side

Function is_nullable_join_side

nodedb-sql/src/planner/cte.rs:318–321  ·  view source on GitHub ↗
(op: &ast::JoinOperator)

Source from the content-addressed store, hash-verified

316}
317
318fn is_nullable_join_side(op: &ast::JoinOperator) -> bool {
319 use ast::JoinOperator::*;
320 matches!(op, LeftOuter(_) | RightOuter(_) | FullOuter(_))
321}
322
323fn where_contains_subquery_ref(selection: &Option<ast::Expr>, cte_name: &str) -> bool {
324 match selection {

Callers 1

validate_self_ref_countFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected