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

Class Suffix

src/sql-parser/src/ast/defs/query.rs:715–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713 }
714 fn suffix<'a, T: AstInfo>(constraint: &'a JoinConstraint<T>) -> impl AstDisplay + 'a {
715 struct Suffix<'a, T: AstInfo>(&'a JoinConstraint<T>);
716 impl<'a, T: AstInfo> AstDisplay for Suffix<'a, T> {
717 fn fmt<W>(&self, f: &mut AstFormatter<W>)
718 where

Callers 1

suffixMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected