Skip to content

Commit

Permalink
Merge pull request #47 from jamesejr/jamesejr/fix-readme-discord-link
Browse files Browse the repository at this point in the history
chore: Update `README.md` typos and Discord link
  • Loading branch information
ejcx authored Mar 4, 2024
2 parents 17e2ac8 + eda7cab commit e47deb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This Go library compiles a pipelined-based query language
into SQL.
It has been specifically tested to work with the [Clickhouse SQL dialect][],
but the generated SQL is intentionally database agnostic. This repository
contains a the Go library, and a CLI to invoke the library.
contains a Go library, and a CLI to invoke the library.

For example, the following expression:

Expand Down Expand Up @@ -77,9 +77,9 @@ documentation is representative of the current pql api.
- [`top`](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/top-operator)
- [`where`](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/where-operator)

The following scalar functions implemented within pql. Functions not in this
The following scalar functions are implemented within pql. Functions not in this
list will be passed through to the underlying SQL engine. This allows the usage
of the full APIs implemented by the underlying
of the full APIs implemented by the underlying engine.

- [`not`](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/not-function)
- [`isnull`](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/isnull-function)
Expand All @@ -92,7 +92,7 @@ of the full APIs implemented by the underlying
Column names with special characters can be escaped with backticks.

## Get involved
- Join our [discord](https://discord.gg/XWKF5s5g)
- Join our [discord](https://discord.gg/PbeXzrWP)
- Contribute a [scalar function](./CONTRIBUTING.md)

## License
Expand Down

0 comments on commit e47deb9

Please sign in to comment.