Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Dec 9, 2024
1 parent 6bb2aa8 commit 5af035c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/source/user-guide/sql/dialect.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@

# SQL Dialect

By default, DataFusion follows the [PostgreSQL SQL dialect].
By default, DataFusion follows the [PostgreSQL SQL dialect].
For Array/List functions and semantics, it follows the [DuckDB SQL dialect].

[DuckDB SQL dialect]: https://duckdb.org/docs/sql/functions/array
[PostgreSQL SQL dialect]: https://www.postgresql.org/docs/current/sql.html

[duckdb sql dialect]: https://duckdb.org/docs/sql/functions/array
[postgresql sql dialect]: https://www.postgresql.org/docs/current/sql.html

## Rationale

Expand All @@ -36,4 +35,4 @@ semantics as well as documenting and teaching users about them.

As DataFusion is highly customizable, systems built on DataFusion can and do
update functions and SQL syntax to model other systems, such as Spark or
MySQL.
MySQL.

0 comments on commit 5af035c

Please sign in to comment.