pub fn preprocess(sql: &str) -> Option<PreprocessedSql>Expand description
Pre-process a SQL string, rewriting NodeDB-specific syntax.
Returns None if no rewriting was needed (pass through to sqlparser as-is).
pub fn preprocess(sql: &str) -> Option<PreprocessedSql>Pre-process a SQL string, rewriting NodeDB-specific syntax.
Returns None if no rewriting was needed (pass through to sqlparser as-is).