[][src]Function clickhouse_sql_parser::parse_query

pub fn parse_query<T>(input: T) -> Result<SqlQuery, &'static str> where
    T: AsRef<str>,