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

Method push

src/expr/src/row/collection.rs:41–44  ·  view source on GitHub ↗
(&mut self, row: &RowRef, diff: NonZeroUsize)

Source from the content-addressed store, hash-verified

39
40impl RowCollectionBuilder {
41 pub fn push(&mut self, row: &RowRef, diff: NonZeroUsize) {
42 self.rows.push(row);
43 self.diffs.push(diff);
44 }
45
46 pub fn build(self) -> RowCollection {
47 RowCollection {

Callers 15

build_let_or_let_recFunction · 0.45
fix_typesFunction · 0.45
parse_exprFunction · 0.45
parse_literal_okFunction · 0.45
parse_join_equivalencesFunction · 0.45
parse_datumMethod · 0.45
parse_def_sourceFunction · 0.45
parse_manyMethod · 0.45
typMethod · 0.45
keys_with_input_keysMethod · 0.45

Calls

no outgoing calls