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

Method push

src/repr/src/update.rs:106–109  ·  view source on GitHub ↗
(&mut self, row: &RowRef)

Source from the content-addressed store, hash-verified

104
105impl RowsBuilder {
106 pub fn push(&mut self, row: &RowRef) {
107 self.bytes.extend(row.data());
108 self.run_ends.push(self.bytes.len());
109 }
110
111 pub fn build(self) -> Rows {
112 Rows {

Callers 15

regexp_split_to_arrayFunction · 0.45
encode_structured2Function · 0.45
bench_roundtripFunction · 0.45
bench_jsonFunction · 0.45
bench_stringFunction · 0.45
sql_unionMethod · 0.45
with_keyMethod · 0.45
concatMethod · 0.45
with_columnMethod · 0.45
add_columnMethod · 0.45
at_versionMethod · 0.45
applyMethod · 0.45

Calls 4

dataMethod · 0.80
extendMethod · 0.45
lenMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected