Function is_embedded_schema_statement
pub fn is_embedded_schema_statement(sql: &str) -> boolExpand 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.