Skip to content

Commit

Permalink
Operators documentation (#7264)
Browse files Browse the repository at this point in the history
* chore: add .python-version to gitignore

* docs: Operators initial commit

* docs: comparison operators

* docs: logical and bitwise operators

* docs: other operators

* docs: add output for example queries

* docs: remove EOF newline for prettier

* docs: add output for array containment examples
  • Loading branch information
spaydar committed Aug 13, 2023
1 parent ed85abb commit 0ad6473
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
build
temp
venv/
.python-version
1 change: 1 addition & 0 deletions docs/source/user-guide/sql/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ SQL Reference
ddl
explain
information_schema
operators
aggregate_functions
window_functions
scalar_functions
Expand Down
Loading

0 comments on commit 0ad6473

Please sign in to comment.