pub fn bind_from_sql(query: &str) -> Result<Vec<String>>
Rebind a persisted view query during recovery without exposing SQL AST to storage. The storage layer receives only the canonical dependency names.