MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / unwrap

Method unwrap

crates/expr/src/expr.rs:57–61  ·  view source on GitHub ↗

Unwrap the outer projection, returning the inner expression

(self)

Source from the content-addressed store, hash-verified

55impl ProjectName {
56 /// Unwrap the outer projection, returning the inner expression
57 pub fn unwrap(self) -> RelExpr {
58 match self {
59 Self::None(expr) | Self::Some(expr, _) => expr,
60 }
61 }
62
63 /// What is the name of the return table?
64 /// This is either the table name itself or its alias.

Callers 15

validate_one_licenseFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
replace_in_treeFunction · 0.45
mainFunction · 0.45
read_dir_sortedFunction · 0.45
filter_tabs_for_langFunction · 0.45
sanitize_db_nameFunction · 0.45
ensure_langFunction · 0.45
ensure_modeFunction · 0.45
ensure_modelFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_index_scan_on_idFunction · 0.36
mainFunction · 0.36
build_and_runFunction · 0.36
put_resultFunction · 0.36
mainFunction · 0.36
build_and_runFunction · 0.36
exec_event_tableFunction · 0.36
exec_multiple_eventsFunction · 0.36
exec_events_dont_persistFunction · 0.36
mainFunction · 0.36