Function is_tql

Source
pub fn is_tql(dialect: &dyn Dialect, sql: &str) -> Result<bool>
Expand description

Check if the given SQL query is a TQL statement.