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.
pub fn parse(sql: &str) -> Option<NodedbStatement>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.