Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PRQL/prql
/ push_query
Method
push_query
prqlc/prqlc/src/sql/mod.rs:125–127 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
123
}
124
125
fn push_query(&mut self) {
126
self.query_stack.push(self.query.clone());
127
}
128
129
fn pop_query(&mut self) {
130
self.query = self.query_stack.pop().unwrap();
Callers
2
translate_select_pipeline
Function · 0.80
compile_loop
Function · 0.80
Calls
1
push
Method · 0.80
Tested by
no test coverage detected