Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ schema
Method
schema
crates/expr/src/statement.rs:598–600 ·
view source on GitHub ↗
(&self, name: &str)
Source
from the content-addressed store, hash-verified
596
}
597
598
fn schema(&self, name: &str) -> Option<Arc<TableOrViewSchema>> {
599
self.schema_for_view(name)
600
}
601
602
fn schema_for_table(&self, _: TableId) -> Option<Arc<TableOrViewSchema>> {
603
self.schema_for_view(
"v"
)
Callers
8
type_insert
Function · 0.45
type_delete
Function · 0.45
type_update
Function · 0.45
type_and_rewrite_set
Function · 0.45
type_and_rewrite_show
Function · 0.45
test_rls_for_owner
Function · 0.45
test_rls_for_non_owner
Function · 0.45
test_multiple_rls_rules_for_table
Function · 0.45
Calls
1
schema_for_view
Method · 0.80
Tested by
3
test_rls_for_owner
Function · 0.36
test_rls_for_non_owner
Function · 0.36
test_multiple_rls_rules_for_table
Function · 0.36