pub fn apply_use(
ctx: &SessionContext,
query: &str,
) -> Option<Result<(), String>>Expand description
Apply a USE target to the session by mutating the default catalog/schema.
Returns Some(Ok(())) when the query was a USE statement (handled), or
None when it was not.