Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ create
Function
create
nodedb-sql/src/ddl_ast/parse/schedule.rs:187–190 ·
view source on GitHub ↗
(sql: &str)
Source
from the content-addressed store, hash-verified
185
use super::*;
186
187
fn create(sql: &str) -> NodedbStatement {
188
let upper = sql.to_uppercase();
189
parse_create_schedule(&upper, sql)
190
}
191
192
#[test]
193
fn basic_schedule() {
Callers
3
basic_schedule
Function · 0.70
scope_local
Function · 0.70
with_options
Function · 0.70
Calls
1
parse_create_schedule
Function · 0.85
Tested by
3
basic_schedule
Function · 0.56
scope_local
Function · 0.56
with_options
Function · 0.56