pub fn plan_only_for_test(sql: &str) -> Result<Vec<Statement>>Expand description
Lower DROP FUNCTION / DROP PROCEDURE. Each target arrives as
an ObjectWithArgs; the argument type list (when spelled) is
preserved as a typed signature because routine identity includes
(schema, name, argument types).