pub fn parse_use(query: &str) -> Option<UseTarget>Expand description
Parse a USE … statement into its catalog/schema target, or None if the
query is not a USE statement.
Forms (Spark/Databricks):
USE db/USE SCHEMA db/USE DATABASE db/USE NAMESPACE ns— schemaUSE CATALOG cat— catalogUSE cat.schema— both