-
Notifications
You must be signed in to change notification settings - Fork 8
Query Execution Call Hierarchy
Ecmel Ercan edited this page Jul 3, 2025
·
3 revisions
- Execute Entire File
- Execute Current Selection
- Execute Current Block
- Populate Scratchpad
Runs on workspaceCommand.runActiveEditor()
- Execute Entire File
- Execute Current Selection
Runs on workspaceCommand.runActiveEditor()
- Execute Entire File
- Populate Scratchpad
Runs on workspaceCommand.runActiveEditor()
- Run code block(s)
Runs on notebookController.execute()
- Run
- Populate Scratchpad
- Refresh Meta
Runs on dataSourceEditorProvider.webview.onDidReceiveMessage()
Same as .q
Same as .py
No actions.
- serverCommand.refreshGetMeta()
- serverCommand.resetScratchpad()