Skip to main content

bind_from_sql

Function bind_from_sql 

Source
pub fn bind_from_sql(query: &str) -> Result<Vec<String>>
Expand description

Rebind a persisted view query during recovery without exposing SQL AST to storage. The storage layer receives only the canonical dependency names.