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

Method typ

src/repr/src/relation.rs:1214–1216  ·  view source on GitHub ↗

Returns the relation type underlying this relation description.

(&self)

Source from the content-addressed store, hash-verified

1212
1213 /// Returns the relation type underlying this relation description.
1214 pub fn typ(&self) -> &SqlRelationType {
1215 &self.typ
1216 }
1217
1218 /// Returns the owned relation type underlying this relation description.
1219 pub fn into_typ(self) -> SqlRelationType {

Callers 5

lenMethod · 0.45
arb_row_for_relationFunction · 0.45
validate_innerMethod · 0.45
newMethod · 0.45
roundtrip_rowsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected