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

Method build

src/expr/src/row/collection.rs:46–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 }
45
46 pub fn build(self) -> RowCollection {
47 RowCollection {
48 rows: self.rows.build(),
49 diffs: self.diffs.into(),
50 }
51 }
52}
53
54impl RowCollection {

Callers 15

newMethod · 0.45
concatMethod · 0.45
merge_sorted_innerMethod · 0.45
fromMethod · 0.45
compileMethod · 0.45
start_blockingMethod · 0.45
serve_with_triggerMethod · 0.45
make_pg_tlsFunction · 0.45
make_caMethod · 0.45
request_certMethod · 0.45
newMethod · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by 13

start_blockingMethod · 0.36
serve_with_triggerMethod · 0.36
make_pg_tlsFunction · 0.36
make_caMethod · 0.36
request_certMethod · 0.36
test_cert_reloadingFunction · 0.36
make_ws_tlsFunction · 0.36
query_http_apiFunction · 0.36
run_testsFunction · 0.36