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

Method clone

src/repr/src/row.rs:304–308  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

302
303impl Clone for Row {
304 fn clone(&self) -> Self {
305 Row {
306 data: self.data.clone(),
307 }
308 }
309
310 fn clone_from(&mut self, source: &Self) {
311 self.data.clone_from(&source.data);

Callers 15

bench_sort_datumsFunction · 0.45
bench_sort_rowFunction · 0.45
bench_sort_iterFunction · 0.45
bench_sort_unpackFunction · 0.45
bench_sort_unpackedFunction · 0.45
bench_filter_unpackedFunction · 0.45
bench_filter_packedFunction · 0.45
bench_sortFunction · 0.45
bench_packFunction · 0.45
bench_filterFunction · 0.45
bench_roundtripFunction · 0.45
bench_jsonFunction · 0.45

Calls

no outgoing calls

Tested by 1