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

Method give

src/expr/src/relation/func.rs:1821–1825  ·  view source on GitHub ↗
(&mut self, d: &Datum)

Source from the content-addressed store, hash-verified

1819 }
1820
1821 fn give(&mut self, d: &Datum) {
1822 let mut row = Row::default();
1823 row.packer().push(d);
1824 self.input.push(row);
1825 }
1826
1827 fn get_current_aggregate<'a>(&self, temp_storage: &'a RowArena) -> Datum<'a> {
1828 temp_storage.make_datum(|packer| {

Callers 15

render_upload_operatorFunction · 0.45
render_discover_objectsFunction · 0.45
render_split_workFunction · 0.45
render_fetch_workFunction · 0.45
render_decode_chunkFunction · 0.45
do_workMethod · 0.45
backpressureFunction · 0.45
iterator_operatorFunction · 0.45

Calls 2

packerMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected