Skip to content

Commit

Permalink
refactor(sql): remove old compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Feb 12, 2024
1 parent a1c2f09 commit 3d36ff4
Show file tree
Hide file tree
Showing 30 changed files with 622 additions and 3,875 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,6 @@ ibis/examples/descriptions
# automatically generated odbc file for ci
ci/odbc/odbc.ini
*-citibike-tripdata.tar.xz

# data downloaded by the geospatial tutorial
docs/posts/ibis-duckdb-geospatial/nyc_data.db.wal
2 changes: 1 addition & 1 deletion docs/backends/impala.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ table or database.
```{python}
#| echo: false
#| output: asis
render_methods(get_object("ibis.backends.base.sql", "BaseSQLBackend"), "table")
render_methods(get_object("ibis.backends.base.sqlglot", "SQLGlotBackend"), "table")
```

The client's `table` method allows you to create an Ibis table
Expand Down
Loading

0 comments on commit 3d36ff4

Please sign in to comment.