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

Method top

src/transform/src/analysis.rs:643–645  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

641
642 impl Lattice<Option<Vec<ReprColumnType>>> for RTLattice {
643 fn top(&self) -> Option<Vec<ReprColumnType>> {
644 None
645 }
646 fn meet_assign(
647 &self,
648 a: &mut Option<Vec<ReprColumnType>>,

Callers 1

analyseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected