Skip to main content

parse

Function parse 

Source
pub fn parse(sql: &str) -> Option<NodedbStatement>
Expand description

Try to parse a DDL statement from raw SQL. Returns None for non-DDL queries (SELECT, INSERT, etc.) that should flow through the normal planner.