Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
impl RowCollection {
Callers
15
new
Method · 0.45
concat
Method · 0.45
merge_sorted_inner
Method · 0.45
from
Method · 0.45
compile
Method · 0.45
start_blocking
Method · 0.45
serve_with_trigger
Method · 0.45
make_pg_tls
Function · 0.45
make_ca
Method · 0.45
request_cert
Method · 0.45
new
Method · 0.45
run
Function · 0.45
Calls
no outgoing calls
Tested by
13
start_blocking
Method · 0.36
serve_with_trigger
Method · 0.36
make_pg_tls
Function · 0.36
make_ca
Method · 0.36
request_cert
Method · 0.36
test_internal_console_proxy
Function · 0.36
test_cert_reloading
Function · 0.36
make_ws_tls
Function · 0.36
query_http_api
Function · 0.36
run_tests
Function · 0.36
test_session_auth_does_not_override_credentials
Function · 0.36
test_oidc_group_sync_http
Function · 0.36