Skip to main content
extract_tables_from_query_ast
sql
1.3.0
In sql::
util
sql
::
util
Function
extract_
tables_
from_
query_
ast
Copy item path
Source
fn extract_tables_from_query_ast( query: &
Query
, names: &mut
HashSet
<
ObjectName
>, ) ->
bool