Skip to content

Commit

Permalink
sqlp: point links to polars 0.38
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Feb 29, 2024
1 parent 4fccd94 commit 9251ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/sqlp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ grouping, sorting, and more - working on larger than memory CSV files.
Polars SQL is a SQL dialect, converting SQL queries to fast Polars LazyFrame expressions.
For a list of SQL functions and keywords supported by Polars SQL, see
https://github.com/pola-rs/polars/blob/rs-0.37.0/crates/polars-sql/src/functions.rs
https://github.com/pola-rs/polars/blob/rs-0.37.0/crates/polars-sql/src/keywords.rs and
https://github.com/pola-rs/polars/blob/rs-0.38.0/crates/polars-sql/src/functions.rs
https://github.com/pola-rs/polars/blob/rs-0.38.0/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 9251ced

Please sign in to comment.