pub fn execute(sql: &str, tables: &Tables) -> Result<ResultSet>
Execute a SQL query string against the provided tables.
Parses the query as ANSI SQL, then runs it in-memory against tables.
tables