MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / allow_unqualified_references

Method allow_unqualified_references

src/sql/src/plan/scope.rs:564–569  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

562 }
563
564 fn allow_unqualified_references(&self) -> bool {
565 match &self.inner {
566 ScopeCursorInner::Item { item, .. } => item.allow_unqualified_references,
567 ScopeCursorInner::UngroupedColumn(uc) => uc.allow_unqualified_references,
568 }
569 }
570}

Callers 1

resolve_columnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected