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

Method columns

src/repr/src/relation.rs:346–348  ·  view source on GitHub ↗

Returns all the [`SqlColumnType`]s, in order, for this relation.

(&self)

Source from the content-addressed store, hash-verified

344
345 /// Returns all the [`SqlColumnType`]s, in order, for this relation.
346 pub fn columns(&self) -> &[SqlColumnType] {
347 &self.column_types
348 }
349
350 /// Adopts the nullability and keys from another `SqlRelationType`.
351 ///

Callers 10

concatMethod · 0.45
iterMethod · 0.45
iter_allMethod · 0.45
arb_row_for_relationFunction · 0.45
at_versionMethod · 0.45
validate_innerMethod · 0.45
arb_relation_desc_diffFunction · 0.45
newMethod · 0.45
array_to_decoderFunction · 0.45
roundtrip_rowsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected