Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenwolfers authored Dec 17, 2024
1 parent 3cb58d0 commit a4caf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql/functions/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FROM unnest(['African goose', 'Faroese goose', 'Hungarian goose', 'Pomeranian go
> ```
> Function chaining via the dot operator is limited to *scalar* functions; it is not available for *table* functions. For example, `SELECT 3.range()` is not supported.
> Function chaining via the dot operator is limited to *scalar* functions; it is not available for *table* functions. For example, `SELECT * FROM ('/myfile.parquet').read_parquet()` is not supported.
## Query Functions
Expand Down

0 comments on commit a4caf46

Please sign in to comment.