Function iceberg_rust::sql::find_relations
source · pub fn find_relations(sql: &str) -> Result<Vec<String>, Error>Expand description
Find all table references in a SQL query
pub fn find_relations(sql: &str) -> Result<Vec<String>, Error>Find all table references in a SQL query