Skip to content

Commit

Permalink
docs: add druid to the backends index docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Mar 8, 2023
1 parent 96ce109 commit ad0b6a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/backends/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ system's expressions, for example, SQLAlchemy.
Instead of generating strings for each expression these backends produce
another kind of expression and typically have high-level APIs for execution.

- [Apache Arrow Datafusion](Datafusion.md)
- [Apache Druid](Druid.md)
- [Apache PySpark](PySpark.md)
- [Dask](Dask.md)
- [Datafusion](Datafusion.md)
- [DuckDB](DuckDB.md)
- [MySQL](MySQL.md)
- [MS SQL Server](MSSQL.md)
- [MySQL](MySQL.md)
- [Polars](Polars.md)
- [PostgreSQL](PostgreSQL.md)
- [PySpark](PySpark.md)
- [SQLite](SQLite.md)
- [Snowflake](Snowflake.md)
- [Trino](Trino.md)
Expand Down

0 comments on commit ad0b6a3

Please sign in to comment.