Rindle docs and package mapSkip to main content

is_embedded_schema_statement

Function is_embedded_schema_statement 

pub fn is_embedded_schema_statement(sql: &str) -> bool
Expand description

The trusted embedded replica’s schema setup surface accepts ordinary DDL plus its long-standing bounded ANALYZE maintenance call. Keep this narrower predicate separate from classify_statement: public SQL deliberately rejects ANALYZE, while Db::exec_ddl and Cluster::exec_ddl have historically supported it.