Skip to content

Commit

Permalink
Merge branch 'main' into feature/parquet_ordered_scan
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Oct 2, 2024
2 parents c25655e + f8c9234 commit d9cf819
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ LOAD chsql;
```

## Usage Examples
Once installed, the macro functions provided by the extension can be used just like built-in functions.
Once installed, the [macro functions](https://community-extensions.duckdb.org/extensions/chsql.html#added-functions) provided by the extension can be used just like built-in functions.

Here's a random example out of 100s using the `IPv4StringToNum` and `IPv4NumToString` functions:

```sql
D INSTALL chsql FROM community;
Expand Down

0 comments on commit d9cf819

Please sign in to comment.