Skip to content

Commit

Permalink
docs: update links/deeplinks to polars 0.39.1
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Apr 15, 2024
1 parent 68668ba commit 0612f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
😣: uses additional memory proportional to the cardinality of the columns in the CSV.
🧠: expensive operations are memoized with available inter-session Redis/Disk caching for fetch commands.
πŸ—„οΈ: [Extended input support](#extended-input-support).
πŸ»β€β„οΈ: command powered by [![polars 0.39.0](https://img.shields.io/badge/polars-0.39.0-blue)](https://github.com/pola-rs/polars/releases/tag/rs-0.39.0) engine.
πŸ»β€β„οΈ: command powered by [![polars 0.39.1](https://img.shields.io/badge/polars-0.39.1-blue)](https://github.com/pola-rs/polars/releases/tag/rs-0.39.1) engine.
πŸ€–: command uses Natural Language Processing & General AI techniques.
🏎️: multithreaded and/or faster when an index (πŸ“‡) is available.
πŸš€: multithreaded even without an index.
Expand Down
4 changes: 2 additions & 2 deletions src/cmd/sqlp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Polars SQL is a SQL dialect, converting SQL queries to fast Polars LazyFrame exp
(see https://docs.pola.rs/user-guide/sql/intro/).
For a list of SQL functions and keywords supported by Polars SQL, see
https://github.com/pola-rs/polars/blob/rs-0.39.0/crates/polars-sql/src/functions.rs
https://github.com/pola-rs/polars/blob/rs-0.39.0/crates/polars-sql/src/keywords.rs and
https://github.com/pola-rs/polars/blob/rs-0.39.1/crates/polars-sql/src/functions.rs
https://github.com/pola-rs/polars/blob/rs-0.39.1/crates/polars-sql/src/keywords.rs and
https://github.com/pola-rs/polars/issues/7227
Returns the shape of the query result (number of rows, number of columns) to stderr.
Expand Down

0 comments on commit 0612f35

Please sign in to comment.