Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
303
impl 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_datums
Function · 0.45
bench_sort_row
Function · 0.45
bench_sort_iter
Function · 0.45
bench_sort_unpack
Function · 0.45
bench_sort_unpacked
Function · 0.45
bench_filter_unpacked
Function · 0.45
bench_filter_packed
Function · 0.45
bench_sort
Function · 0.45
bench_pack
Function · 0.45
bench_filter
Function · 0.45
bench_roundtrip
Function · 0.45
bench_json
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_dropping_columns_with_keys
Function · 0.36